Skip to content

Commit 9acdcb8

Browse files
authored
Merge pull request #9776 from hppritcha/topic/lanl_ci_explicit_intel_module
lanl-ci: be specific about the intel module
2 parents 3b60b5c + 93c10ca commit 9acdcb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/lanl/gitlab-darwin-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build:intel:
1111
stage: build
1212
tags: [darwin-slurm-shared]
1313
script:
14-
- module load intel
14+
- module load intel/2021.3.0
1515
- rm .gitmodules
1616
- cp $GITSUBMODULEPATCH .gitmodules
1717
- git submodule update --init
@@ -112,7 +112,7 @@ test:intel:
112112
script:
113113
- pwd
114114
- ls
115-
- module load intel
115+
- module load intel/2021.3.0
116116
- export PATH=$PWD/install_test/bin:$PATH
117117
- which mpirun
118118
- cd examples

0 commit comments

Comments
 (0)