times-software / OCEAN

BSE code for core spectroscopy
Other
16 stars 13 forks source link

Binaries aren't linked with MPI #321

Closed yurivict closed 11 months ago

yurivict commented 11 months ago

The code uses some MPI functions, but binaries aren't linked with MPI.

Is there a build-time option to enable MPI?

Version: 3.0.5 FreeBSD 13.2

jtv3 commented 11 months ago

All the compilation settings are in the Makefile.arch file. Linking to MPI libraries should be taken care of the by the MPI-wrapped Fortran compiler (something like mpif90 or mpiifort). Please see the Makefile.arch.example file

yurivict commented 11 months ago

Ok, thanks.