We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51a59e commit bd25ed3Copy full SHA for bd25ed3
1 file changed
check/check.rb
@@ -1139,7 +1139,9 @@ def check
1139
@wordsize = $1.to_i / 16
1140
else
1141
system("#{form_bin} #{frmname}")
1142
- fatal("failed to get the wordsize of '#{@form}'")
+ warn("failed to get the wordsize of '#{@form}'")
1143
+ warn("assuming wordsize = 4")
1144
+ @wordsize = 4
1145
end
1146
# Prepare for mpirun
1147
if @is_mpi
0 commit comments