Opened 11 months ago

Last modified 10 months ago

#154 closed plantage / defect

Plantage dans mpi_init_thread sur spirit avec gfortran — at Version 2

Reported by: lguez Owned by: Laurent Fairhead
Priority: major Milestone:
Component: LMDZ Keywords:
Cc:

Description (last modified by lguez)

Sur spirit, avec gfortran, version 9, 11 ou 13, parallélisation MPI-OpenMP, gcm plante très bizarrement dans mpi_init_thread. Pour reproduire le problème, par exemple avec gfortran 9 :

module purge
wget http://lmdz.lmd.jussieu.fr/pub/install_lmdz.sh
chmod +x install_lmdz.sh
./install_lmdz.sh -netcdf 0 -parallel mpi_omp -v 20231022.trunk

donne "segmentation fault", et cette erreur vient de la procédure Init_mpi, à la ligne :

CALL MPI_INIT_THREAD(thread_required,thread_provided,ierr)

Change History (2)

comment:1 Changed 10 months ago by lguez

Description: modified (diff)

comment:2 Changed 10 months ago by lguez

Description: modified (diff)
Note: See TracTickets for help on using tickets.