@@ -35,9 +35,8 @@ variables:
35
35
# Names of module files to load
36
36
# ===============================================================================================
37
37
# ++++++++++++ Compiler/MPI/PETSc +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
38
- COMPILER_INTEL : " Compiler/Intel/2022.0.1 Libraries/IMKL/2022.0.1"
39
- MPI_INTEL : " MPI/Intel/2022.0.1/IntelMPI/2021.5.0"
40
- PETSC_INTEL : " Libraries/PETSc/3.16.5/Intel-2022.0.1-IntelMPI-2021.5.0"
38
+ COMPILER_INTEL : " oneapi/2025.0.0"
39
+ PETSC_INTEL : " Libraries/PETSc/3.22.4/OneAPI-2025.0"
41
40
# ++++++++++++ MSC Marc +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
42
41
MSC : " FEM/MSC/2024.1"
43
42
IntelMarc : " Compiler/Intel/2022.0.1 Libraries/IMKL/2022.0.1"
@@ -250,6 +249,7 @@ Marc_Intel:
250
249
tags :
251
250
- bare-metal
252
251
script :
252
+ - source /opt/venv/bin/activate
253
253
- module load $IntelMarc $HDF5Marc $MSC
254
254
- cd PRIVATE/testing
255
255
- pytest -k 'compile and Marc' --basetemp ${TESTROOT}/compile_Marc
@@ -259,6 +259,7 @@ setup_Marc:
259
259
tags :
260
260
- bare-metal
261
261
script :
262
+ - source /opt/venv/bin/activate
262
263
- module load $IntelMarc $HDF5Marc $MSC
263
264
- cd $(mktemp -d)
264
265
- cp ${CI_PROJECT_DIR}/examples/Marc/* .
@@ -285,7 +286,8 @@ open-source_grid_signal_restart:
285
286
tags :
286
287
- bare-metal
287
288
before_script :
288
- - module load ${COMPILER_INTEL} ${MPI_INTEL} ${PETSC_INTEL}
289
+ - source /opt/venv/bin/activate
290
+ - module load ${COMPILER_INTEL} ${PETSC_INTEL}
289
291
- cd $(mktemp -d)
290
292
- cmake -DDAMASK_SOLVER=GRID -DCMAKE_INSTALL_PREFIX=${TESTROOT} ${CI_PROJECT_DIR}
291
293
- make -j2 all install
@@ -316,6 +318,7 @@ Marc:
316
318
tags :
317
319
- bare-metal
318
320
script :
321
+ - source /opt/venv/bin/activate
319
322
- cd PRIVATE/testing
320
323
- pytest -k 'not compile and Marc' -m 'not cifail' --damask-root=${TESTROOT} --basetemp ${TESTROOT}/Marc -v
321
324
@@ -332,10 +335,11 @@ grid_performance:
332
335
- bare-metal
333
336
before_script :
334
337
- ${LOCAL_HOME}/bin/queue ${CI_JOB_ID} ${TOKEN} --blocking
338
+ - source /opt/venv/bin/activate
335
339
- source env/DAMASK.sh
336
340
- echo Job start:" $(date)"
337
341
script :
338
- - module load ${COMPILER_INTEL} ${MPI_INTEL} ${ PETSC_INTEL}
342
+ - module load ${COMPILER_INTEL} ${PETSC_INTEL}
339
343
- cd $(mktemp -d)
340
344
- cmake -DOPTIMIZATION=AGGRESSIVE -DDAMASK_SOLVER=GRID -DCMAKE_INSTALL_PREFIX=./ ${CI_PROJECT_DIR}
341
345
- make -j2 all install
@@ -374,6 +378,7 @@ update_revision:
374
378
- bare-metal
375
379
before_script :
376
380
- ${LOCAL_HOME}/bin/queue ${CI_JOB_ID} ${TOKEN}
381
+ - source /opt/venv/bin/activate
377
382
- echo Job start:" $(date)"
378
383
script :
379
384
- cd $(mktemp -d)
0 commit comments