Menno van der Eerden

Results 6 comments of Menno van der Eerden

The output of `module load` is: Currently Loaded Modules: 1) localhosts 2) GCCcore/12.3.0 3) zlib/1.2.13-GCCcore-12.3.0 4) binutils/2.40-GCCcore-12.3.0 5) GCC/12.3.0 6) numactl/2.0.16-GCCcore-12.3.0 7) XZ/5.4.2-GCCcore-12.3.0 8) libxml2/2.11.4-GCCcore-12.3.0 9) libpciaccess/0.17-GCCcore-12.3.0 10) hwloc/2.9.1-GCCcore-12.3.0 11)...

I found the [file](https://github.com/amusecode/amuse/files/13460312/config.txt) in the AMUSE root dir on the sterrewacht machine. I turned it into a txt file to share it.

Looking at the `config.mk` that was produced from my own installation from source, I see that `MPI_ENABLED=no`, while I did load the MPI module before installing. I could try to...

Looking at the packages enabled in my environment I see that mpi4py is already installed. Here is the output of `pip freeze`: -e git+https://github.com/amusecode/amuse.git@72c4a3c32c21e48f3a823af9f742c7de2684138b#egg=amuse_devel docutils==0.20.1 h5py==3.10.0 iniconfig==2.0.0 mpi4py==3.1.5 numpy==1.26.2 packaging==23.2...

This did change the config.mk file. I can see that `MPI_ENABLED=yes` is set correctly now. I will try rebuilding AMUSE to see what the result is.

It seems that some more of the community codes have been built, but there are still some errors when building. I have provided the [buildlogs](https://github.com/amusecode/amuse/files/13460844/buildlog_with_mpi.txt) again for you to inspect....