Skip to content
Snippets Groups Projects
Commit 48cd049b authored by Andre Sailer's avatar Andre Sailer
Browse files

Add OMP_NUM_THREADS again to ApplicationScript

parent 1b1024f1
No related branches found
Tags v23r0p8 v23r0p9
No related merge requests found
......@@ -68,6 +68,8 @@ class ApplicationScript(ModuleBase):
com = []
cmdSep = 'echo "%s"' % ('=' * 50)
com.append(cmdSep)
com.append('env | grep OMP')
com.append( "export OMP_NUM_THREADS=1" )
com.append('echo "Log file from execution of: %s"' % (command))
com.append(cmdSep)
com.append('env | sort >> localEnv.log')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment