Manta Interactive Ray Tracer Development Mailing List

Text archives Help


Re: [MANTA] Compiling Manta with mpiCC (i.e to be able to use MPI)


Chronological Thread 
  • From: James Bigler <bigler@sci.utah.edu>
  • To: Shreekanth Pavar <shreekanth.pavar@ucl.ac.uk>
  • Cc: MANTA <manta@sci.utah.edu>
  • Subject: Re: [MANTA] Compiling Manta with mpiCC (i.e to be able to use MPI)
  • Date: Thu, 17 May 2007 09:27:17 -0600

Could you tell us what the errors are?

We need to determine if this is a Manta CMake thing or just a CMake thing. If it is a CMake thing, then you should ask this question to the CMake mailing list cmake@cmake.org.

James

Shreekanth Pavar wrote:
Hi there

I'm currently working on an MPI implementation of Manta so I need to be able 
to
compile Manta using mpiCC instead of gcc and also provide the -lmpi 
(or-lmpich)
flag as required.

I tried modifying the CMake options for the CXX and CC compilers after setting
CXX=mpiCC and CC=mpicc but CMake is not accepting these alternatives - 
possibly
because they aren't valid compilers but really wrapper scripts.

I'm not very familiar with CMake, so any advice on adding MPI compilation
seemlessly into the existing build process would be very helpful.

Thanks in advance.






Archive powered by MHonArc 2.6.16.

Top of page