Skip to content

Commit

Permalink
Merge Pull Request trilinos#9297 from prwolfe/Trilinos/modify_intel_l…
Browse files Browse the repository at this point in the history
…icense_data

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Change The intel license info temporarily
PR Author: prwolfe
  • Loading branch information
trilinos-autotester authored Jun 17, 2021
2 parents bc4b0d1 + 729f06b commit 0ac3210
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/std/pr_config/pullrequest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ module-remove sems-superlu:
module-load sems-superlu_dist: 5.2.2/32bit_parallel
use ATDM-DEFAULT:
setenv LDFLAGS: -lifcore
unsetenv INTEL_LICENSE_FILE:
setenv LM_LICENSE_FILE: 28518@cee-infra009.sandia.gov



Expand All @@ -294,6 +296,8 @@ use SEMS-DEFAULT:
module-remove sems-openmpi:
use ATDM-DEFAULT:
setenv LDFLAGS: -lifcore
unsetenv INTEL_LICENSE_FILE:
setenv LM_LICENSE_FILE: 28518@cee-infra009.sandia.gov



Expand Down
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 @@ -32,6 +32,10 @@ module load sems-git/2.10.1
module unload sems-python
module load sems-python/3.5.2

# Change the intel license reference until sems can correct it
unset INTEL_LICENSE_FILE
export LM_LICENSE_FILE=28518@cee-infra009.sandia.gov

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

Expand Down
4 changes: 4 additions & 0 deletions cmake/std/sems/PullRequestIntel19.0.5TestingEnv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ module load sems-git/2.10.1
module unload sems-python
module load sems-python/3.5.2

# Change the intel license reference until sems can correct it
unset INTEL_LICENSE_FILE
export LM_LICENSE_FILE=28518@cee-infra009.sandia.gov

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

Expand Down

0 comments on commit 0ac3210

Please sign in to comment.