You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: partitioned-heat-conduction/dirichlet-openfoam/run.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ if ! command -v heatTransfer > /dev/null 2>&1; then
13
13
echo"Building the heatTransfer OpenFOAM solver"
14
14
wmake ../solver-openfoam/
15
15
else
16
-
echo"The executable heatTransfer is not found, but the build directory ../solver-openfoam/Make/${WM_OPTIONS} was detected. A build is probably in progress, waiting 60s..."
17
-
sleep 60
16
+
echo"The executable heatTransfer is not found, but the build directory ../solver-openfoam/Make/${WM_OPTIONS} was detected. A build is probably in progress, waiting 90s..."
Copy file name to clipboardExpand all lines: partitioned-heat-conduction/neumann-openfoam/run.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ if ! command -v heatTransfer > /dev/null 2>&1; then
13
13
echo"Building the heatTransfer OpenFOAM solver"
14
14
wmake ../solver-openfoam/
15
15
else
16
-
echo"The executable heatTransfer is not found, but the build directory ../solver-openfoam/Make/${WM_OPTIONS} was detected. A build is probably in progress, waiting 60s..."
17
-
sleep 60
16
+
echo"The executable heatTransfer is not found, but the build directory ../solver-openfoam/Make/${WM_OPTIONS} was detected. A build is probably in progress, waiting 90s..."
0 commit comments