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>
  • 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 10:03:56 -0600

Hi,

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.


It could be a CMake thing but I'm unsure. I'm using cmake-i to set the build
option. Even though I've already set CXX=mpiCC and CC=mpicc it still lists the
default values (see below). It also refuses to accept my manual override at the
command prompt and continually re-prompts for a value:

Variable Name: CMAKE_CXX_COMPILER
Description: CXX compiler.
Current Value: /usr/bin/c++
New Value (Enter to keep current value):

Variable Name: CMAKE_C_COMPILER
Description: C compiler.
Current Value: /usr/bin/gcc
New Value (Enter to keep current value):

What if you setenv CC mpicc;setenv CXX mpiCC ?

James





Archive powered by MHonArc 2.6.16.

Top of page