8484 displayName: 'Run checks'
8585
8686 - job : compilation_default
87- # ubuntu-latest: ubuntu-22 .04 w/ GCC 11
87+ # ubuntu-latest: ubuntu-24 .04 w/ GCC 13.3
8888 displayName : ' Compilation Default GCC'
8989 steps :
9090 - template : .azure-pipelines/install-template.yml
@@ -96,14 +96,14 @@ jobs:
9696 CUDA : false
9797 BUILD : true
9898
99- - job : compilation_default_gcc9
100- displayName : ' Compilation Default GCC 9 '
99+ - job : compilation_default_gcc10
100+ displayName : ' Compilation Default GCC 10 '
101101 pool :
102- vmImage : ' ubuntu-20 .04'
102+ vmImage : ' ubuntu-22 .04'
103103 variables :
104- CC : gcc-9
105- CXX : g++-9
106- FC : gfortran-9
104+ CC : gcc-10
105+ CXX : g++-10
106+ FC : gfortran-10
107107 steps :
108108 - template : .azure-pipelines/install-template.yml
109109 parameters :
@@ -114,14 +114,14 @@ jobs:
114114 CUDA : false
115115 BUILD : true
116116
117- - job : compilation_default_gcc10
118- displayName : ' Compilation Default GCC 10 '
117+ - job : compilation_default_gcc11
118+ displayName : ' Compilation Default GCC 11 '
119119 pool :
120- vmImage : ' ubuntu-20 .04'
120+ vmImage : ' ubuntu-22 .04'
121121 variables :
122- CC : gcc-10
123- CXX : g++-10
124- FC : gfortran-10
122+ CC : gcc-11
123+ CXX : g++-11
124+ FC : gfortran-11
125125 steps :
126126 - template : .azure-pipelines/install-template.yml
127127 parameters :
@@ -132,52 +132,52 @@ jobs:
132132 CUDA : false
133133 BUILD : true
134134
135- - job : compilation_CUDA11_gcc9
136- displayName : ' Compilation CUDA 11 GCC 9 '
135+ - job : compilation_CUDA11_gcc10
136+ displayName : ' Compilation CUDA 11 GCC 10 '
137137 pool :
138- vmImage : ' ubuntu-20 .04'
138+ vmImage : ' ubuntu-22 .04'
139139 variables :
140- CC : gcc-9
141- CXX : g++-9
142- FC : gfortran-9
140+ CC : gcc-10
141+ CXX : g++-10
142+ FC : gfortran-10
143143 steps :
144144 - template : .azure-pipelines/install-template.yml
145145 parameters :
146146 CUDA : true
147- CUDA_V : ' 11.4 '
147+ CUDA_V : ' 11.7 '
148148 - template : .azure-pipelines/configure-template.yml
149149 parameters :
150- TESTFLAGS : ' --with-mpi --with-cuda=cuda10 '
150+ TESTFLAGS : ' --with-mpi --with-cuda=cuda11 '
151151 CUDA : true
152152 BUILD : true
153153
154- - job : compilation_CUDA11_gcc10
155- displayName : ' Compilation CUDA 11 GCC 10 '
154+ - job : compilation_CUDA11_gcc11
155+ displayName : ' Compilation CUDA 11 GCC 11 '
156156 pool :
157- vmImage : ' ubuntu-20 .04'
157+ vmImage : ' ubuntu-22 .04'
158158 variables :
159- CC : gcc-10
160- CXX : g++-10
161- FC : gfortran-10
159+ CC : gcc-11
160+ CXX : g++-11
161+ FC : gfortran-11
162162 steps :
163163 - template : .azure-pipelines/install-template.yml
164164 parameters :
165165 CUDA : true
166- CUDA_V : ' 11.4 '
166+ CUDA_V : ' 11.7 '
167167 - template : .azure-pipelines/configure-template.yml
168168 parameters :
169- TESTFLAGS : ' --with-mpi --with-cuda=cuda11 '
169+ TESTFLAGS : ' --with-mpi --with-cuda=cuda10 '
170170 CUDA : true
171171 BUILD : true
172172
173173- job : compilation_CUDA12
174- displayName : ' Compilation CUDA 12 GCC 10 '
174+ displayName : ' Compilation CUDA 12 GCC 12 '
175175 pool :
176- vmImage : ' ubuntu-20 .04'
176+ vmImage : ' ubuntu-22 .04'
177177 variables :
178- CC : gcc-10
179- CXX : g++-10
180- FC : gfortran-10
178+ CC : gcc-12
179+ CXX : g++-12
180+ FC : gfortran-12
181181 steps :
182182 - template : .azure-pipelines/install-template.yml
183183 parameters :
@@ -195,7 +195,7 @@ jobs:
195195 - template : .azure-pipelines/install-template.yml
196196 parameters :
197197 CUDA : true
198- CUDA_V : ' 12.1 '
198+ CUDA_V : ' 12.9 '
199199 - template : .azure-pipelines/configure-template.yml
200200 parameters :
201201 TESTFLAGS : ' --with-mpi --with-cuda=cuda12'
0 commit comments