Skip to content

Commit 6a3d2b3

Browse files
committed
Revert "CI: Use 12 cpus to run the test."
This reverts commit 464fc76.
1 parent 464fc76 commit 6a3d2b3

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

examples/dfHighSpeedFoam/oneD_detonationH2/Allrun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ cp -r 0_orig/ 0/
1010
runApplication blockMesh
1111
runApplication setFields
1212
runApplication decomposePar
13-
runApplication mpirun --oversubscribe -np 12 --allow-run-as-root $application -parallel
13+
runApplication mpirun --oversubscribe -np 8 --allow-run-as-root $application -parallel

examples/dfHighSpeedFoam/oneD_detonationH2/system/decomposeParDict

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FoamFile
1515
}
1616
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
1717

18-
numberOfSubdomains 12;
18+
numberOfSubdomains 8;
1919

2020
method scotch;
2121

examples/dfLowMachFoam/fgm/twoD_SandiaD_flareFGM/Allrun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
cd ${0%/*} || exit 1 # Run from this directory
33

4-
if [ -e flare_CH4_SandiaD_4D.tbl ]
4+
if [ -e flare_CH4_SandiaD_4D.tbl]
55
then
66
echo "flare_CH4_SandiaD_4D.tbl exists. Make sure correct table has been used!"
77
else

test/Tu500K-Phi1/Allrun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ application=dfLowMachFoam
88

99
runApplication blockMesh
1010
runApplication decomposePar
11-
runApplication mpirun -np 12 --allow-run-as-root $application -parallel
11+
runApplication mpirun -np 4 --allow-run-as-root $application -parallel
1212
reconstructPar
1313
flameSpeed > log.fs
1414
sed -n 's/.*flameSpeed = \([0-9]*\(\.[0-9]*\)\?\).*/\1/p' log.fs > fs

test/Tu500K-Phi1/system/decomposeParDict

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FoamFile
1515
}
1616
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
1717

18-
numberOfSubdomains 12;
18+
numberOfSubdomains 4;
1919

2020
method scotch;
2121

test/dfLowMachFoam/twoD_reactingTGV/H2/cvodeSolver/Allrun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ application=dfLowMachFoam
88

99
runApplication blockMesh
1010
runApplication decomposePar
11-
runApplication mpirun -np 12 $application -parallel
11+
runApplication mpirun -np 4 $application -parallel
1212

1313
runApplication reconstructPar
1414
runApplication postProcess -func sample

test/dfLowMachFoam/twoD_reactingTGV/H2/cvodeSolver/system/decomposeParDict

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FoamFile
1515
}
1616
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
1717

18-
numberOfSubdomains 12;
18+
numberOfSubdomains 4;
1919

2020
method scotch;
2121

0 commit comments

Comments
 (0)