Re: [OMPI users] mpi.h file is missing in openmpi

2010-03-29 Thread sunita
Hi Reuti, Thank you so much. I installed openmpi locally from the source file. It has all header files in the include folder. I could install charmm without any problem. Best regards, Sunita > Hi, > > Am 25.03.2010 um 11:30 schrieb sun...@chem.iitb.ac.in: > >> Openmpi is installed in a Intel Xeo

Re: [OMPI users] mpi.h file is missing in openmpi]

2010-03-25 Thread Romaric David
sun...@chem.iitb.ac.in a écrit : > Dear Users, > > Openmpi is installed in a Intel Xeon quad core 2.4Ghz machine loaded with > Red Hat Enterprise Linux 5. The loaded openmpi version is 1.2.5. While > trying to install CHARMM software, it asked for the path of mpi.h file and > library files libmpi.

Re: [OMPI users] mpi.h file is missing in openmpi

2010-03-25 Thread Reuti
Hi, Am 25.03.2010 um 11:30 schrieb sun...@chem.iitb.ac.in: > Openmpi is installed in a Intel Xeon quad core 2.4Ghz machine loaded with > Red Hat Enterprise Linux 5. The loaded openmpi version is 1.2.5. While > trying to install CHARMM software, it asked for the path of mpi.h file and > library fi

Re: [OMPI users] mpi.h file is missing in openmpi

2010-03-25 Thread Götz Waschk
On Thu, Mar 25, 2010 at 11:30 AM, wrote: > It looks like that mpi.h file does not exist. Which version of openmpi has > the mpi.h header file? Hi, have you installed openmpi using rpm? If so, please install the package openmpi-devel. It has mpi.h in /usr/lib64/openmpi/1.3.2-gcc/include/mpi.h R