Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TurTLE
TurTLE
Commits
72282bdc
Commit
72282bdc
authored
Dec 26, 2015
by
Cristian Lalescu
Browse files
fix test_plain
parent
fd4f2238
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/test_plain.py
View file @
72282bdc
...
...
@@ -65,6 +65,7 @@ if __name__ == '__main__':
opt
=
parser
.
parse_args
(
[
'-n'
,
'32'
,
'--run'
,
'--initialize'
,
'--ncpu'
,
'2'
,
'--nparticles'
,
'1000'
,
'--niter_todo'
,
'48'
,
...
...
tox_plain.ini
deleted
100644 → 0
View file @
fd4f2238
[tox]
envlist
=
py34
[testenv]
sitepackages
=
True
whitelist_externals
=
echo
cp
g++
passenv
=
LD_LIBRARY_PATH
changedir
=
{envtmpdir}
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 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"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment