Skip to content

Commit

Permalink
Remove hardcoded OMP_NUM_THREADS
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Jul 6, 2024
1 parent 6cebf4d commit a17ffd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python "$sim_name"

# Run sim
cd "$sim_dir"
OMP_NUM_THREADS=16 $engine_exe
$engine_exe

# Post-process
cd "$python_dir"
Expand Down

0 comments on commit a17ffd2

Please sign in to comment.