code_Aster
Code_Aster is a structural analysis software based on the finite element method, developed by the R&D center of the French EDF Group. It is primarily used for 3D thermal, static, structural mechanics, material mechanics, and linear/nonlinear dynamic analysis. It is programmable, easily extensible, has an established user base, and is widely used in the analysis and design of nuclear power plant structures.
1. Script Template
submit.sh
#!/bin/bash
#SBATCH --nodes=1 # Number of nodes
#SBATCH --ntasks-per-node=56 # Number of cores per node
#SBATCH --ntasks=56 # Total number of cores
#SBATCH --partition=g1_share # Queue partition; must specify the correct partition
#SBATCH --job-name=hello # Job name
#SBATCH --output=hello.%j.out # Normal log output (%j parameter value is jobId)
#SBATCH --error=hello.%j.err # Error log output (%j parameter value is jobId)
##############################################
# Software Envrironment #
##############################################
unset I_MPI_PMI_LIBRARY # Unset default MPI library, use Intel's built-in
export I_MPI_JOB_RESPECT_PROCESS_PLACEMENT=0 # Parameter modification required for Intel multi-node jobs
##############################################
# Run job #
##############################################
export OMP_NUM_THREADS=1
as_run --test forma01a