Zurtolo Hello, there is a reference which explains step by step the procedure in order to use Code Aster with multiple cores? There is a preferential linux distro? Thank you!!!
mora1n Firstly, you need to compile an mpi version of code_aster: https://gitlab.com/codeaster-opensource-documentation/opensource-installation-development/-/blob/main/install/install-code-aster-native.md Then, add in export file: ncpus xxx # number of processors for OpenMP parallelism. mpi_nbcpu yyy # total number of processors for MPI parallelism. mpi_nbnoeud zzz # number of nodes for MPI parallelism (where nproc_mpi processors will be distributed).