We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5ef9c7 + 8984adf commit a861288Copy full SHA for a861288
images/openfoam/scripts/openfoam-init
@@ -14,6 +14,7 @@ cp -r /opt/hpc/Lid_driven_cavity-3d/${PROBLEM_SIZE}/* /opt/benchmark
14
ln -sf /opt/benchmark/system/fvSolution.${ITERATIVE_METHOD} /opt/benchmark/system/fvSolution
15
mv /opt/benchmark/constant/transportProperties /opt/benchmark/constant/physicalProperties
16
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
18
19
# Stage benchmark datafiles
20
cd /opt/benchmark
0 commit comments