make Marc2023.4 default and unse it for testing

This commit is contained in:
Franz Roters 2024-01-04 15:23:50 +01:00
parent 725158970a
commit c4e450fe34
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ variables:
PETSC_INTELLLVM: "Libraries/PETSc/3.16.3/oneAPI-2022.0.1-IntelMPI-2021.5.0"
PETSC_INTEL: "Libraries/PETSc/3.16.5/Intel-2022.0.1-IntelMPI-2021.5.0"
# ++++++++++++ MSC Marc +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
MSC: "FEM/MSC/2023.3"
MSC: "FEM/MSC/2023.4"
IntelMarc: "Compiler/Intel/19.1.2 Libraries/IMKL/2020"
HDF5Marc: "HDF5/1.12.2/Intel-19.1.2"

View File

@ -4,7 +4,7 @@ import re
from pathlib import Path
from typing import Literal
_marc_version = '2023.3'
_marc_version = '2023.4'
_marc_root = '/opt/msc'
_damask_root = str(Path(__file__).parents[3])