Skip to content

Commit

Permalink
Add OpenMP settings to build.sh script. (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherwharrop-noaa authored Dec 8, 2020
1 parent eadd752 commit c8f5502
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ref/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,7 @@ cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ..
make -j4 VERBOSE=1

# Run the test suite
export OMP_PLACES=cores
export OMP_PROC_BIND=close
export OMP_NUM_THREADS=4
ctest

0 comments on commit c8f5502

Please sign in to comment.