Skip to content
Snippets Groups Projects
Commit 7dc4aca4 authored by Daniel Gnad's avatar Daniel Gnad
Browse files

set environment to force 1 cpu core

parent 8e21e173
No related branches found
No related tags found
No related merge requests found
start 0 → 100644
#!/bin/bash
export MKL_NUM_THREADS=1
export NUMEXPR_NUM_THREADS=1
export OMP_NUM_THREADS=1
exec "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment