- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello everyone,
I have the following output
-- Could NOT find MPI_Fortran (missing: MPI_Fortran_WORKS)
-- Could NOT find MPI (missing: MPI_Fortran_FOUND) (found version "3.1")
Probably, It is caused by some inconsistencies in the exported paths.
However, I checked that I sourced /opt/intel/oneapi/setvars.sh and exported openmpi paths
OS Ubuntu 18.04.
cmake version 3.20.2
ifort (IFORT) 2021.2.0 20210228
CMakeLists.txt
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
PROJECT(test_mpi)
enable_language(Fortran)
find_package(MPI)
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page