Skip to content

Commit a861288

Browse files
authored
Merge pull request #12 from stackhpc/fix/openfoam-solverinfo
Fix openfoam solverInfo error
2 parents e5ef9c7 + 8984adf commit a861288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/openfoam/scripts/openfoam-init

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ cp -r /opt/hpc/Lid_driven_cavity-3d/${PROBLEM_SIZE}/* /opt/benchmark
1414
ln -sf /opt/benchmark/system/fvSolution.${ITERATIVE_METHOD} /opt/benchmark/system/fvSolution
1515
mv /opt/benchmark/constant/transportProperties /opt/benchmark/constant/physicalProperties
1616
sed -i "s/^numberOfSubdomains.*/numberOfSubdomains ${NUM_PROCS};/g" /opt/benchmark/system/decomposeParDict
17+
sed -i "s/\(#includeFunc solverInfo\)/\/\/ \1/" /opt/benchmark/system/controlDict # comment out solverInfo
1718

1819
# Stage benchmark datafiles
1920
cd /opt/benchmark

0 commit comments

Comments
 (0)