Files
CFDEMcoupling-PFM/tutorials/cfdemSolverMultiphase/particlesWaterEntry/run.config
danielque fd26c2cb88 update testharness run configurations
remove post_scripts that we currently don't need for testing
2019-09-24 16:03:45 +02:00

19 lines
385 B
Plaintext

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