Re: [OMPI users] Newbie question. Please help.

2007-05-10 Thread Jeff Squyres
Good to know. This suggests that building VASP properly with Open MPI should work properly; perhaps there's some secret sauce in the Makefile somewhere...? Off list, someone cited the following to me: - Also VASP has a forum for things like this too.

Re: [OMPI users] Newbie question. Please help.

2007-05-10 Thread Terry Frankcombe
I have previously been running parallel VASP happily with an old, prerelease version of OpenMPI: [terry@nocona Vasp.4.6-OpenMPI]$ head /home/terry/Install_trees/OpenMPI-1.0rc6/config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure

Re: [OMPI users] Newbie question. Please help.

2007-05-09 Thread Steven Truong
Thank Jeff very much for your efforts and helps. On 5/9/07, Jeff Squyres wrote: I have mailed the VASP maintainer asking for a copy of the code. Let's see what happens. On May 9, 2007, at 2:44 PM, Steven Truong wrote: > Hi, Jeff. Thank you very much for looking into

Re: [OMPI users] Newbie question. Please help.

2007-05-09 Thread Jeff Squyres
Can you send a simple test that reproduces these errors? I.e., if there's a single, simple package that you can send instructions on how to build, it would be most helpful if we could reproduce the error (and therefore figure out how to fix it). Thanks! On May 9, 2007, at 2:19 PM, Steven

Re: [OMPI users] Newbie question. Please help.

2007-05-09 Thread Steven Truong
Oh, no. I tried with ACML and had the same set of errors. Steven. On 5/9/07, Steven Truong wrote: Hi, Kevin and all. I tried with the following: ./configure --prefix=/usr/local/openmpi-1.2.1 --disable-ipv6 --with-tm=/usr/local/pbs --enable-mpirun-prefix-by-default

Re: [OMPI users] Newbie question. Please help.

2007-05-09 Thread Steven Truong
Hi, Kevin and all. I tried with the following: ./configure --prefix=/usr/local/openmpi-1.2.1 --disable-ipv6 --with-tm=/usr/local/pbs --enable-mpirun-prefix-by-default --enable-mpi-f90 --with-threads=posix --enable-static and added the mpi.o in my VASP's makefile but i still got error. I