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,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",
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user