Advertisement
BallisticBill

CMakeError.log

Nov 15th, 2023
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. The MPI test test_mpi for Fortran in mode F90_MODULE failed to compile with the following output:
  2. Change Dir: /home/abhishek/storage/OpenMolcas_NEVPT2/OpenMolcas/build/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command(s):/usr/bin/gmake cmTC_d43dc/fast && gmake: Warning: File `Makefile' has modification time 28786 s in the future
  5. /usr/bin/gmake -f CMakeFiles/cmTC_d43dc.dir/build.make CMakeFiles/cmTC_d43dc.dir/build
  6. gmake[1]: Entering directory `/storage/abhishek/OpenMolcas_NEVPT2/OpenMolcas/build/CMakeFiles/CMakeTmp'
  7. gmake[1]: Warning: File `CMakeFiles/cmTC_d43dc.dir/flags.make' has modification time 28786 s in the future
  8. Building Fortran object CMakeFiles/cmTC_d43dc.dir/test_mpi.f90.o
  9. /home/abhishek/storage/OpenMolcas_NEVPT2/compiler/install/bin/gfortran -I/storage/abhishek/OpenMolcas_NEVPT2/compiler/openmpi/install/include -I/storage/abhishek/OpenMolcas_NEVPT2/compiler/openmpi/install/lib -I/home/abhishek/storage/OpenMolcas_NEVPT2/compiler/openmpi/install/include -I/home/abhishek/storage/OpenMolcas_NEVPT2/compiler/openmpi/install/lib -fno-aggressive-loop-optimizations -cpp -fdefault-integer-8 -fmax-stack-var-size=1048576 -pthread -c /home/abhishek/storage/OpenMolcas_NEVPT2/OpenMolcas/build/CMakeFiles/FindMPI/test_mpi.f90 -o CMakeFiles/cmTC_d43dc.dir/test_mpi.f90.o
  10. /home/abhishek/storage/OpenMolcas_NEVPT2/OpenMolcas/build/CMakeFiles/FindMPI/test_mpi.f90:2:11:
  11.  
  12. 2 | use mpi
  13. | 1
  14. Fatal Error: Cannot read module file ‘/storage/abhishek/OpenMolcas_NEVPT2/compiler/openmpi/install/lib/mpi.mod’ opened at (1), because it was created by a different version of GNU Fortran
  15. compilation terminated.
  16. gmake[1]: *** [CMakeFiles/cmTC_d43dc.dir/test_mpi.f90.o] Error 1
  17. gmake[1]: Leaving directory `/storage/abhishek/OpenMolcas_NEVPT2/OpenMolcas/build/CMakeFiles/CMakeTmp'
  18. gmake: *** [cmTC_d43dc/fast] Error 2
  19.  
  20.  
  21.  
  22. The MPI test test_mpi for Fortran in mode F08_MODULE failed to compile with the following output:
  23. Change Dir: /home/abhishek/storage/OpenMolcas_NEVPT2/OpenMolcas/build/CMakeFiles/CMakeTmp
  24.  
  25. Run Build Command(s):/usr/bin/gmake cmTC_7832e/fast && gmake: Warning: File `Makefile' has modification time 28785 s in the future
  26. /usr/bin/gmake -f CMakeFiles/cmTC_7832e.dir/build.make CMakeFiles/cmTC_7832e.dir/build
  27. gmake[1]: Entering directory `/storage/abhishek/OpenMolcas_NEVPT2/OpenMolcas/build/CMakeFiles/CMakeTmp'
  28. gmake[1]: Warning: File `CMakeFiles/cmTC_7832e.dir/flags.make' has modification time 28785 s in the future
  29. Building Fortran object CMakeFiles/cmTC_7832e.dir/test_mpi.f90.o
  30. /home/abhishek/storage/OpenMolcas_NEVPT2/compiler/install/bin/gfortran -I/storage/abhishek/OpenMolcas_NEVPT2/compiler/openmpi/install/include -I/storage/abhishek/OpenMolcas_NEVPT2/compiler/openmpi/install/lib -I/home/abhishek/storage/OpenMolcas_NEVPT2/compiler/openmpi/install/include -I/home/abhishek/storage/OpenMolcas_NEVPT2/compiler/openmpi/install/lib -fno-aggressive-loop-optimizations -cpp -fdefault-integer-8 -fmax-stack-var-size=1048576 -pthread -c /home/abhishek/storage/OpenMolcas_NEVPT2/OpenMolcas/build/CMakeFiles/FindMPI/test_mpi.f90 -o CMakeFiles/cmTC_7832e.dir/test_mpi.f90.o
  31. /home/abhishek/storage/OpenMolcas_NEVPT2/OpenMolcas/build/CMakeFiles/FindMPI/test_mpi.f90:2:11:
  32.  
  33. 2 | use mpi_f08
  34. | 1
  35. Fatal Error: Cannot read module file ‘/storage/abhishek/OpenMolcas_NEVPT2/compiler/openmpi/install/lib/mpi_f08.mod’ opened at (1), because it was created by a different version of GNU Fortran
  36. compilation terminated.
  37. gmake[1]: *** [CMakeFiles/cmTC_7832e.dir/test_mpi.f90.o] Error 1
  38. gmake[1]: Leaving directory `/storage/abhishek/OpenMolcas_NEVPT2/OpenMolcas/build/CMakeFiles/CMakeTmp'
  39. gmake: *** [cmTC_7832e/fast] Error 2
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement