osiris-code / osiris

OSIRIS Particle-In-Cell code
GNU Affero General Public License v3.0
40 stars 6 forks source link

Compiling with gcc #15

Open Tissot11 opened 2 weeks ago

Tissot11 commented 2 weeks ago

Hello,

I could compile and run osiris with intel compilers and impi. But with gcc, openMPI, I am having trouble on another machine. I load

module load gcc/10.2.0 openmpi/4.1.4 hdf5/1.10.5

use the following config file (which is closer to the most basic one provided on Documentation)

osiris_sys.hawk.txt

On compilation get the following errors

Screenshot 2024-09-01 at 07 27 46

What is the likely cause? I experimented with the provided config files and there is no success. If I use gcc then osiris also wants to have python which isn't the case with intel compilers and libraries.