Skip to content

Commit 41e8f2a

Browse files
marshallwardHallberg-NOAA
authored andcommitted
Disable cray-libsci for Intel in Gitlab .testing
Issues with the cray-libsci module have caused issues with the Intel C compilers on Gaea. This patch unloads the cray-libsci module and restores access to the C compiler.
1 parent 621710f commit 41e8f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ actions:intel:
202202
script:
203203
- echo -e "\e[0Ksection_start:`date +%s`:compile[collapsed=true]\r\e[0KCompiling executables"
204204
- cd .testing
205-
- module unload darshan-runtime ; module unload intel cray-libsci cray-mpich PrgEnv-intel ; module load PrgEnv-intel intel/2023.2.0 cray-hdf5 cray-netcdf cray-mpich
205+
- module unload darshan-runtime intel cray-mpich PrgEnv-intel ; module load PrgEnv-intel intel/2023.2.0 cray-hdf5 cray-netcdf cray-mpich ; module unload cray-libsci
206206
- FC=ftn MPIFC=ftn CC=cc make -s -j
207207
- MPIRUN= FC=ftn MPIFC=ftn CC=cc make preproc -s -j
208208
- echo -e "\e[0Ksection_end:`date +%s`:compile\r\e[0K"

0 commit comments

Comments
 (0)