fix test harness run configuration [ci skip]

This commit is contained in:
Daniel Queteschiner
2019-09-19 09:42:57 +02:00
parent a26052a8b7
commit e37d3b4e7e

View File

@ -4,12 +4,13 @@
{ {
"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",
"depends_on" : "liggghts-init", "depends_on" : "liggghts-init",
"solver" : "cfdemSolverPiso", "solver" : "cfdemSolverRhoPimpleChem",
"type" : "CFDEMcoupling/mpi", "type" : "CFDEMcoupling/mpi",
"nprocs" : 4, "nprocs" : 4,
"pre_scripts" : ["prerun.sh"], "pre_scripts" : ["prerun.sh"],