Skip to content

Commit

Permalink
Framework: Adding OMP_NUM_THREADS to PR Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
William McLendon committed Feb 20, 2019
1 parent fc0976b commit 12db91c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/std/sems/PullRequestCuda9.2TestingEnv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ export CUDA_LAUNCH_BLOCKING=1
# Use manually installed cmake and ninja to try to avoid module loading
# problems (see TRIL-208)
export PATH=/ascldap/users/rabartl/install/white-ride/cmake-3.11.2/bin:/ascldap/users/rabartl/install/white-ride/ninja-1.8.2/bin:$PATH

# add the OpenMP environment variable we need
export OMP_NUM_THREADS=2

3 changes: 3 additions & 0 deletions cmake/std/sems/PullRequestGCC4.9.3TestingEnv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ module load atdm-env
module load atdm-cmake/3.11.1
module load atdm-ninja_fortran/1.7.2

# add the OpenMP environment variable we need
export OMP_NUM_THREADS=2


3 changes: 3 additions & 0 deletions cmake/std/sems/PullRequestGCC4.9.3TestingEnvSERIAL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ module load atdm-env
module load atdm-cmake/3.11.1
module load atdm-ninja_fortran/1.7.2

# add the OpenMP environment variable we need
export OMP_NUM_THREADS=2


3 changes: 3 additions & 0 deletions cmake/std/sems/PullRequestGCC7.2.0TestingEnv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ module load atdm-env
module load atdm-cmake/3.11.1
module load atdm-ninja_fortran/1.7.2

# add the OpenMP environment variable we need
export OMP_NUM_THREADS=2

3 changes: 3 additions & 0 deletions cmake/std/sems/PullRequestGCC7.3.0TestingEnv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ module load atdm-env
module load atdm-cmake/3.11.1
module load atdm-ninja_fortran/1.7.2

# add the OpenMP environment variable we need
export OMP_NUM_THREADS=2

4 changes: 4 additions & 0 deletions cmake/std/sems/PullRequestIntel17.0.1TestingEnv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ module load sems-cmake/3.10.3
module load atdm-env
module load atdm-cmake/3.11.1
module load atdm-ninja_fortran/1.7.2

# add the OpenMP environment variable we need
export OMP_NUM_THREADS=2

0 comments on commit 12db91c

Please sign in to comment.