Re: [OMPI users] NAMD/Charm++ Looking for libmpich

2007-08-08 Thread Graham Jenkins
Rainer Keller wrote: > Hello dear Brock and Graham, > we have had NAMD on our clusters with Open MPI. look for any file > conv-mach.sh; for the configuration mpi-linux, or in Your case > mpi-linux-amd64 this contains the superfluous -lmpich. Thanks a million Rainer. I kind of figured some of t

Re: [OMPI users] NAMD/Charm++ Looking for libmpich

2007-08-07 Thread Brock Palen
That would be right, this is my NAMD_2.6_Source/arch/Linux-amd64- MPI.arch: NAMD_ARCH = Linux-amd64 CHARMARCH = mpi-linux-amd64 CXX = mpiCC #CXXOPTS = -O3 -m64 -fexpensive-optimizations -ffast-math CXXOPTS = -fastsse -O3 -Minfo -fPIC #CC = gcc CC = mpicc #COPTS = -O3 -m64 -fexpensive-optimizati

Re: [OMPI users] NAMD/Charm++ Looking for libmpich

2007-08-07 Thread Rainer Keller
Hello dear Brock and Graham, we have had NAMD on our clusters with Open MPI. look for any file conv-mach.sh; for the configuration mpi-linux, or in Your case mpi-linux-amd64 this contains the superfluous -lmpich. With best regards, Rainer On Tuesday 07 August 2007 04:11, Graham Jenkins wrote: >

Re: [OMPI users] NAMD/Charm++ Looking for libmpich

2007-08-06 Thread Graham Jenkins
Brock Palen wrote: > I have done work before to make namd and charm++ work with openMPI I > dont remember what but it is doable. Something like removing -lmpich > was enough i think, maybe a hack to use mpiCC and -fPIC (pgi compilers). > > I could look more if you want. -- I'd really appreci

Re: [OMPI users] NAMD/Charm++ Looking for libmpich

2007-08-06 Thread Graham Jenkins
Jeff Squyres wrote: > It looks like charm++ is looking for libmpich, which is not an Open > MPI library. Is there a way to have charm++ look for Open MPI's > libraries, or better yet, use our wrapper compilers and not use any > hard-coded library names? (you might need to ask the charm++ su

Re: [OMPI users] NAMD/Charm++ Looking for libmpich

2007-08-06 Thread Brock Palen
I have done work before to make namd and charm++ work with openMPI I dont remember what but it is doable. Something like removing -lmpich was enough i think, maybe a hack to use mpiCC and -fPIC (pgi compilers). I could look more if you want. Brock Palen Center for Advanced Computing bro...@

Re: [OMPI users] NAMD/Charm++ Looking for libmpich

2007-08-06 Thread Jeff Squyres
It looks like charm++ is looking for libmpich, which is not an Open MPI library. Is there a way to have charm++ look for Open MPI's libraries, or better yet, use our wrapper compilers and not use any hard-coded library names? (you might need to ask the charm++ support list?) See http://