mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
fix test harness run configuration [ci skip]
This commit is contained in:
@ -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"],
|
||||||
|
|||||||
Reference in New Issue
Block a user