Skip to content

Commit

Permalink
Fail explictly on init error
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 authored Sep 19, 2023
1 parent a08d718 commit 69956f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/openfoam/scripts/openfoam-init
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -e

PROBLEM_SIZE=$1
ITERATIVE_METHOD=$2
NUM_PROCS=$3
Expand Down

0 comments on commit 69956f9

Please sign in to comment.