If you run into troubles, it is always a good habit to report the following information:
  • the way build.mrcc was invoked
  • the output of build.mrcc
  • compiler version (for example: ifort -V, gfortran -v)
  • blas/lapack versions
  • as well as gcc and glibc versions

as well as the value of the relevant environmental variables, such OMP_NUM_THREADS, etc.

This information helps us a lot when figuring out what is going on with your compilation :)

25.1.3 GNU build errors

More
4 days 10 hours ago #1612 by koput
25.1.3 GNU build errors was created by koput
Hi,

I am trying to build the new 25.1.3 version using the GNU build
gcc --version
gcc (Spack GCC) 14.2.0
and  openmpi/4.1.7a1-hpcx

unfortunately, the log file says:
Compiling mrcc_manager with options -x f95-cpp-input -ffree-line-length-none -fallow-argument-mismatch   -DGNU -DINT64  -DMPI
mrcc_manager.f90:273:51:

 273 |       call MPI_Send(len_sfname, 1, MPI_INTEGER_MRCC, 0, REQ_SENDFILE, manager_communicator, error)
     |                                                   1
Error: Symbol 'mpi_integer_mrcc' at (1) has no IMPLICIT type

and  
Compiling mrcc_manager_main with options -x f95-cpp-input -ffree-line-length-none -fallow-argument-mismatch   -DGNU -DINT64  -DMPI
mrcc_manager_main.f90:6:8:

   6 |    use manager
     |        1
Fatal Error: Cannot open module file 'manager.mod' for reading at (1): No such file or directory
compilation terminated.

I would greatly appreciate any advice.

Kind regards,
Jacek


 

Please Log in or Create an account to join the conversation.

Time to create page: 0.039 seconds
Powered by Kunena Forum