We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6e5be commit f065b06Copy full SHA for f065b06
DATA/tools/parse
@@ -213,7 +213,7 @@ for line in f:
213
if 'GEN_TOPO_STDERR_LOGGING' in os.environ and int(os.environ['GEN_TOPO_STDERR_LOGGING']):
214
odccommand += ' --mon tools/monitoring_workflows/epnstderrlog.xml'
215
if args[1] != '':
216
- odccommand += ' --prependexe "' + modulecmd + ' module load ' + args[1] + ' 2>&1 ; "'
+ odccommand += ' --prependexe "' + modulecmd + ' module load ' + args[1] + ' 2>&1 ; export O2_NO_CATCHALL_EXCEPTIONS=1 ; "'
217
odccommand += ' -o ' + sys.argv[3]
218
print('Running ODC command', odccommand)
219
if os.system(odccommand) != 0:
0 commit comments