Re: [OMPI users] openmpi - gfortran and ifort conflict

2011-12-14 Thread Fernanda Oliveira
c: export I_MPI_CC=icc export I_MPI_CXX=icpc export I_MPI_F77=ifort export I_MPI_F90=ifort Let me know if it helps. Fernanda Oliveira 2011/12/14 Micah Sklut : > Hi Gustavo, > > Here is the output of : > barells@ip-10-17-153-123:~> /opt/openmpi/intel/bin/mpif90 -showme > gfortran

[OMPI users] MPI_Comm_spawn problem

2011-12-05 Thread Fernanda Oliveira
Hi, I'm working with MPI_Comm_spawn and I have some error messages. The code is relatively simple: #include #include #include #include #include int main(int argc, char ** argv){ int i; int rank, size, child_rank; char nomehost[20]; MPI_Comm parent, intercom