fix test harness run configuration [ci skip]

This commit is contained in:
danielque
2019-08-09 15:01:12 +02:00
parent a58098cc97
commit 8b74c167be
3 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,8 @@
{ {
"name" : "liggghts-init", "name" : "liggghts-init",
"input_script" : "DEM/in.liggghts_init", "input_script" : "DEM/in.liggghts_init",
"type" : "liggghts/serial" "type" : "liggghts/mpi",
"nprocs" : 2
}, },
{ {
"name" : "cfdemrun", "name" : "cfdemrun",

View File

@ -10,7 +10,7 @@ boundary f f f
newton off newton off
units si units si
processors 4 1 2 processors * 1 2
region reg block 0.0 0.06 0.0 0.15 0.0 0.06 units box region reg block 0.0 0.06 0.0 0.15 0.0 0.06 units box
create_box 1 reg create_box 1 reg

View File

@ -4,7 +4,8 @@
{ {
"name" : "liggghts-init", "name" : "liggghts-init",
"input_script" : "DEM/in.liggghts_init", "input_script" : "DEM/in.liggghts_init",
"type" : "liggghts/serial" "type" : "liggghts/mpi",
"nprocs" : 4
}, },
{ {
"name" : "cfdemrun", "name" : "cfdemrun",