Hello,
I am successfully using run_aster with MPI parallelization using this type of command:
~/dev/codeaster/install/mpi/bin/run_aster -n 2 --only-proc0 simulation.py
But now I would like to try hybrid parallelization MPI+OMP. I understand that the number of OMP threads would normally be specified in an export file. But my simulation.py file is using a bunch of other files in the same directory and it seems that the export file approach can not send these files together with the main simulation.py to working directory.
Does anyone know how to activate OpenMP with run_aster without using export file ?
Regards,
Guillaume