Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ttk
spam
Commits
161bb903
Commit
161bb903
authored
Mar 25, 2021
by
Edward Andò
Browse files
force OMP off in strain scripts
parent
5a73e117
Pipeline
#63411
passed with stages
in 26 minutes and 3 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
scripts/spam-discreteStrain
View file @
161bb903
...
...
@@ -32,6 +32,7 @@ either projected back to grains (whereby the value at each grain is a weighted l
import
os
os
.
environ
[
'OPENBLAS_NUM_THREADS'
]
=
'1'
os
.
environ
[
'OMP_NUM_THREADS'
]
=
'1'
import
argparse
import
numpy
...
...
scripts/spam-regularStrain
View file @
161bb903
...
...
@@ -20,6 +20,7 @@ this program. If not, see <http://www.gnu.org/licenses/>.
import
os
os
.
environ
[
'OPENBLAS_NUM_THREADS'
]
=
'1'
os
.
environ
[
'OMP_NUM_THREADS'
]
=
'1'
import
argparse
import
tifffile
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment