Re: [CMake] CMake and MPIF90

2013-04-26 Thread Thompson, K T
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)

[CMake] CMake and MPIF90

2013-04-25 Thread Pettey . Lucas
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