testing 64bit integer compilation

This commit is contained in:
Martin Diehl 2021-12-27 12:41:55 +01:00
parent e6376f011c
commit e0e13ec659
1 changed files with 7 additions and 0 deletions

View File

@ -93,6 +93,13 @@ test_mesh_GNU:
- cd PRIVATE/testing/pytest
- pytest -k 'compile and mesh' --basetemp ${TESTROOT}/compile_mesh_GNU
test_grid_GNU-64bit:
stage: compile
script:
- module load Compiler/GNU/10 Libraries/PETSc/3.16.2/64bit
- cd PRIVATE/testing/pytest
- pytest -k 'compile and grid' --basetemp ${TESTROOT}/compile_grid_GNU-64bit
test_mesh_IntelLLVM:
stage: compile
script: