
10 May
2007
10 May
'07
3:59 a.m.
K. Noel Belcourt wrote:
Is Cmake knowledgeable about, or is there built in support for, Mpi?
Yes, ParaView uses CMake and MPI www.paraview.org.
Can you setup Cmake to build and link mixed languages, with mixed toolchains? For example, we need to build Fortran 77 and 90 with the Intel compiler, C and C++ with Gcc and link it all together into a single application with a C++ main (this is a key capability that we rely on with BBv2). Is this pretty easy to do with Cmake?
Yes, you can do mixed language builds and pick the linker language or let CMake pick on for you. -Bill