There was an error while loading. Please reload this page.
1 parent fbe55b2 commit 210b6a2Copy full SHA for 210b6a2
1 file changed
azure-pipelines.yml
@@ -190,6 +190,7 @@ jobs:
190
make CC=gcc-15 FC=gfortran-15
191
192
- job: OSX_LLVM_flangnew
193
+ timeoutInMinutes: 100
194
pool:
195
vmImage: 'macOS-latest'
196
variables:
@@ -203,6 +204,7 @@ jobs:
203
204
make TARGET=NEHALEM CC=/usr/local/opt/llvm/bin/clang FC=/usr/local/opt/flang/bin/flang NO_SHARED=1
205
206
- job: OSX_OpenMP_Clang
207
208
209
210
@@ -216,6 +218,7 @@ jobs:
216
218
make TARGET=CORE2 USE_OPENMP=1 DYNAMIC_ARCH=1 DYNAMIC_LIST='NEHALEM HASWELL SKYLAKEX' CC=/usr/local/opt/llvm/bin/clang NOFORTRAN=1
217
219
220
- job: OSX_OpenMP_Clang_cmake
221
222
223
224
0 commit comments