Skip to content
Snippets Groups Projects
Commit 463d04d8 authored by Chichi Lalescu's avatar Chichi Lalescu
Browse files

go back to plain tox_plain

parent 3853021b
No related branches found
No related tags found
No related merge requests found
......@@ -10,12 +10,19 @@ changedir =
commands =
cp -r {toxinidir}/tests {envtmpdir}
#python tests/test_plain.py -n 256 --run --initialize --ncpu 8 --niter_todo 8 --precision single --wd "data/single"
python tests/test_plain.py \
-n 128 --run --initialize --ncpu 4 \
--nparticles 100 --niter_todo 24 \
--precision single --wd "data/single" \
--kMeta 3.0 #\
#--multiplejob
#python tests/test_plain.py -n 32 --run --initialize --multiplejob --ncpu 2 --nparticles 16 --niter_todo 64 --precision single --wd "data/single"
#python tests/test_plain.py -n 32 --run --initialize --multiplejob --ncpu 2 --nparticles 16 --niter_todo 64 --precision double --wd "data/double"
#python tests/test_plain.py \
# -n 128 --run --initialize --ncpu 2 \
# --nparticles 100 --niter_todo 24 \
# --precision single --wd "data/single" #\
# #--multiplejob
python tests/test_plain.py -n 32 \
--run --initialize --multiplejob \
--ncpu 2 --nparticles 16 \
--niter_todo 48 \
--precision single --wd "data/single"
python tests/test_plain.py -n 32 \
--run --initialize --multiplejob \
--ncpu 2 --nparticles 16 \
--niter_todo 48 \
--precision double --wd "data/double"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment