You are here

Compiling Mpilan option

1 post / 0 new
Compiling Mpilan option
#1

hi,

Anyone knows how to compile the mpi version of rosetta ( for working with multiple processors). Do i need to have mpich or mpich2, or both?
i cant install mpich2 and having only mpich i cant complile it with the "make mpilan" option ( it gives an error at the end).

ERROR :

piCC -c -I. -Isrc -Iexternal/include -Isrc/platform/linux -Wall -W -pedantic -Wno-unused-variable -pipe -ffor-scope -fno-exceptions -malign-double -ffast-math -funroll-loops -finline-functions -finline-limit=20000 -DNDEBUG -O3 -s -DUSEMPI -std=c++98 -MMD -MT .mpilam.job_distributor.d -MF .mpilam.job_distributor.d -MP job_distributor.cc -o .mpilam.job_distributor.o
/usr/local/include/mpicxx.h: In member function 'virtual void MPI::Datatype::Commit()':
/usr/local/include/mpicxx.h:182: error: exception handling disabled, use -fexceptions to enable
make: *** [.mpilam.job_distributor.o] Error 1

Tue, 2009-04-21 05:34
TiagoGomes