Re: [OMPI users] Issues with DL POLY

2007-06-08 Thread Aaron Thompson
-> 10 machines (11 -> 1.2 hours), very satisfying! Aaron Thompson Vanderbilt University aaron.p.thomp...@vanderbilt.edu On Jun 7, 2007, at 8:44 PM, Brock Palen wrote: We have a few users using DLPOLY with OMPI. Running just fine. Watch out what kind of simulation you are doing

[OMPI users] Issues with DL POLY

2007-06-07 Thread Aaron Thompson
Any ideas? The test programs included with OpenMPI show that it is running correctly across multiple nodes. Sorry if this is a little off-topic, I wasn't able to find help on the official DL POLY mailing list. Thank you! Aaron Thompson Vanderbilt University aaron.p.thomp...@vanderbilt.edu

Re: [OMPI users] OpenMPI + GFortran compile issues on Mac OS X 10.4 -- solved

2007-06-04 Thread Aaron Thompson
f you get an error like Fatal Error: Reading module mpi at line 3562 column 2: Expected integer it may mean that you've used a different version of cc than gfortran when configuring OpenMPI. The configure script ought to warn about this! Aaron Thompson Vanderbilt University aar

[OMPI users] OpenMPI + GFortran compile issues on Mac OS X 10.4

2007-05-31 Thread Aaron Thompson
-showme outputs: gfortran -I/usr/local/include -I/usr/local/lib -Wl,-u,_munmap -Wl,- multiply_defined,suppress -L/usr/local/lib -lmpi_f90 -lmpi_f77 -lmpi - lopen-rte -lopen-pal Any ideas what could be wrong? I think I'm going to be seeing ./ configure script output in my dreams... Thank