Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7b99eaf9 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

I don't know why simu tests drivers are complaining about the old way of giving parameters

parent b3142ca7
No related branches found
No related tags found
No related merge requests found
......@@ -88,8 +88,8 @@ if (NOT CHAMELEON_SIMULATION)
else (NOT CHAMELEON_SIMULATION)
set(TEST_CMD_simushm --n_range=9600:9600:1 --nb=960 )
set(TEST_CMD_simugpu --n_range=9600:9600:1 --nb=960 --gpus=1)
set(TEST_CMD_simushm -N 9600:9600:1 -b 960)
set(TEST_CMD_simugpu -N 9600:9600:1 -b 960 -g 1)
set(RP_CHAMELEON_PRECISIONS_SIMU "s;d")
foreach(cat ${TEST_CATEGORIES})
foreach(prec ${RP_CHAMELEON_PRECISIONS_SIMU})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment