To: cmake@cmake.org
> Subject: [CMake] CMake and MPIF90
>
> Hello,
>
> I am getting errors when I execute a simple "hello World" mpi program
> compiled using cmake.
>
> I could not get the program to compile using various forms of
> FIND_PACKAGE(MPI REQUIRED)
Hello,
I am getting errors when I execute a simple "hello World" mpi program compiled
using cmake.
I could not get the program to compile using various forms of FIND_PACKAGE(MPI
REQUIRED), INCLUDE_DIRECTORIES(${MPI_INCLUDE_PATH}),
TARGET_LINK_LIBRARIES(executable ${MPI_LIBRARIES}) and filling