Files
CFDEMcoupling-PFM/tutorials/cfdemSolverPiso/ErgunTestMPI_restart/run.config
2014-12-11 18:33:49 +01:00

27 lines
596 B
Plaintext

{
"type" : "CFDEMcoupling",
"runs" : [
{
"name" : "liggghts-init",
"input_script" : "DEM/in.liggghts_init",
"type" : "liggghts/serial"
},
{
"name" : "cfdemrun",
"depends_on" : "liggghts-init",
"solver" : "cfdemSolverPiso",
"type" : "CFDEMcoupling/mpi",
"nprocs" : 4,
"pre_scripts" : ["prerun.sh"]
},
{
"name" : "cfdemrun-restart",
"depends_on" : "cfdemrun",
"solver" : "cfdemSolverPiso",
"type" : "CFDEMcoupling/mpi",
"nprocs" : 4,
"pre_scripts" : ["prerun_restart.sh"]
}
]
}