use latest Marc version

This commit is contained in:
Franz Roters 2021-12-02 08:50:59 +01:00
parent e43a121e7d
commit 727dd8936d
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ variables:
PETSC_INTEL: "Libraries/PETSc/3.16.1/Intel-19.1.2-IntelMPI-2019"
PETSC_GNU: "Libraries/PETSc/3.16.1/GNU-10-OpenMPI-4.1.1"
# ++++++++++++ MSC Marc +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
MSC: "FEM/MSC/2021.2"
MSC: "FEM/MSC/2021.3.1"
IntelMarc: "Compiler/Intel/19.1.2 Libraries/IMKL/2020"
HDF5Marc: "HDF5/1.12.1/Intel-19.1.2"

View File

@ -3,7 +3,7 @@ import shlex
import re
from pathlib import Path
_marc_version = '2021.2'
_marc_version = '2021.3.1'
_marc_root = '/opt/msc'
_damask_root = str(Path(__file__).parents[3])