We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33a16d commit b6f7affCopy full SHA for b6f7aff
.ci-pipelines/quick-build.yml
@@ -24,15 +24,16 @@ pr:
24
# Basic agent and container set up
25
pool:
26
vmImage: 'ubuntu-latest'
27
-container: liambindle/penelope:0.1.0-ubuntu16.04-gcc7-netcdf4.5.0-netcdff4.4.4
+container: liambindle/penelope:0.1.0-centos7-gcc8-netcdf4.5.0-netcdff4.4.4
28
29
30
# Try building GEOS-Chem
31
steps:
32
- checkout: self
33
submodules: true
34
- script: |
35
- module load gcc/7
+ source /init.rc
36
+ module load gcc/8
37
spack load hdf5
38
spack load netcdf
39
spack load netcdf-fortran
0 commit comments