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
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
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:
>
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
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
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...@
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://
This iteme was originally sent to the NAMD mailing list, but it occurred
to me that it's something you guys may ahve seen in another vein .. and
may have a solution for ..
I'm trying to build charm++ on a SL5 x86_64 machine on which the
openmpi-1.1.1-5.el5.x86_64 RPM has been installed.
So here's