Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Verifying Fortran/CXX Compiler Compatibility
- -- Verifying Fortran/CXX Compiler Compatibility - Failed
- CMake Error at /usr/share/cmake-2.8/Modules/FortranCInterface.cmake:288 (message):
- The Fortran compiler:
- /usr/bin/mpif90
- and the CXX compiler:
- /usr/bin/mpicxx
- failed to compile a simple test project using both languages. The output
- was:
- Change Dir: /home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX
- Run Build Command:/usr/bin/make
- /usr/bin/cmake -H/usr/share/cmake-2.8/Modules/FortranCInterface/Verify -B/home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX --check-build-system CMakeFiles/Makefile.cmake 0
- /usr/bin/cmake -E cmake_progress_start /home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX/CMakeFiles /home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX/CMakeFiles/progress.marks
- /usr/bin/make -f CMakeFiles/Makefile2 all
- make[1]: Entering directory `/home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX'
- /usr/bin/make -f CMakeFiles/VerifyFortran.dir/build.make CMakeFiles/VerifyFortran.dir/depend
- make[2]: Entering directory `/home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX'
- cd /home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/share/cmake-2.8/Modules/FortranCInterface/Verify /usr/share/cmake-2.8/Modules/FortranCInterface/Verify /home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX /home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX /home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX/CMakeFiles/VerifyFortran.dir/DependInfo.cmake
- make[2]: Leaving directory `/home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX'
- /usr/bin/make -f CMakeFiles/VerifyFortran.dir/build.make CMakeFiles/VerifyFortran.dir/requires
- make[2]: Entering directory `/home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX'
- make[2]: Nothing to be done for `CMakeFiles/VerifyFortran.dir/requires'.
- make[2]: Leaving directory `/home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX'
- /usr/bin/make -f CMakeFiles/VerifyFortran.dir/build.make CMakeFiles/VerifyFortran.dir/build
- make[2]: Entering directory `/home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX'
- Linking Fortran static library libVerifyFortran.a
- /usr/bin/cmake -P CMakeFiles/VerifyFortran.dir/cmake_clean_target.cmake
- /usr/bin/cmake -E cmake_link_script CMakeFiles/VerifyFortran.dir/link.txt --verbose=1
- "" cr libVerifyFortran.a CMakeFiles/VerifyFortran.dir/VerifyFortran.f.o
- Error running link command: No such file or directory
- make[2]: *** [libVerifyFortran.a] Error 2
- make[2]: Leaving directory `/home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX'
- make[1]: *** [CMakeFiles/VerifyFortran.dir/all] Error 2
- make[1]: Leaving directory `/home/thrasher/software/FEniCS/src/trilinos-11.0.3-Source/dorsal_build_dir/CMakeFiles/FortranCInterface/VerifyCXX'
- make: *** [all] Error 2
- Call Stack (most recent call first):
- cmake/tribits/package_arch/TribitsFortranMangling.cmake:66 (FortranCInterface_VERIFY)
- cmake/tribits/package_arch/TribitsGlobalMacros.cmake:1261 (INCLUDE)
- cmake/tribits/package_arch/TribitsProjectImpl.cmake:242 (TRIBITS_SETUP_ENV)
- cmake/tribits/package_arch/TribitsProject.cmake:96 (TRIBITS_PROJECT_IMPL)
- CMakeLists.txt:88 (TRIBITS_PROJECT)
- -- Configuring incomplete, errors occurred!
- You have changed variables that require your cache to be deleted.
- Configure will be re-run and you may have to reset some variables.
- The following variables have changed:
- CMAKE_C_COMPILER= mpicc
- CMAKE_CXX_COMPILER= mpicxx
- CMAKE_Fortran_COMPILER= mpif90
- -- Generating done
- CMake Warning:
- Manually-specified variables were not used by the project:
- Trilinos_INSTALL_INCLUDE_DIR
- UMFPACK_INCLUDE_DIRS
Advertisement
Add Comment
Please, Sign In to add comment