Re: [OMPI users] lammps MD code fails with Open MPI 1.3

2009-02-20 Thread Jeff Pummill
ghtly/v1.3/) to verify if this has been fixed --Nysal On Thu, 2009-02-19 at 16:09 -0600, Jeff Pummill wrote: I built a fresh version of lammps v29Jan09 against Open MPI 1.3 which in turn was built with Gnu compilers v4.2.4 on an Ubuntu 8.04 x86_64 box. This Open MPI build was able to generate usabl

[OMPI users] lammps MD code fails with Open MPI 1.3

2009-02-19 Thread Jeff Pummill
I built a fresh version of lammps v29Jan09 against Open MPI 1.3 which in turn was built with Gnu compilers v4.2.4 on an Ubuntu 8.04 x86_64 box. This Open MPI build was able to generate usable binaries such as XHPL and NPB, but the lammps binary it generated was not usable. I tried it with a

Re: [OMPI users] MPI-2 Supported on Open MPI 1.2.5?

2008-03-11 Thread Jeff Pummill
On Mar 7, 2008, at 7:44 AM, Jeff Pummill wrote: > Just a quick question... > > Does Open MPI 1.2.5 support most or all of the MPI-2 directives and > features? > > I have a user who specified MVAPICH2 as he needs some features like > extra task

[OMPI users] MPI-2 Supported on Open MPI 1.2.5?

2008-03-07 Thread Jeff Pummill
Just a quick question... Does Open MPI 1.2.5 support most or all of the MPI-2 directives and features? I have a user who specified MVAPICH2 as he needs some features like extra task spawning, but I am trying to standardize on Open MPI compiled against Infiniband for my primary software

Re: [OMPI users] openMPI on 64 bit SUSE 10.2 OS

2008-02-12 Thread Jeff Pummill
Is it possible that this could be a problem with /usr/lib64 as opposed to /usr/lib? Just a thought... Jeff F. Pummill Senior Linux Cluster Administrator University of Arkansas // Hsieh, Pei-Ying (MED US) wrote: Hi, Edgar and Galen, Thanks for the quick reply! What puzzles me is that, on

Re: [OMPI users] flash2.5 with openmpi

2008-01-25 Thread Jeff Pummill
I'm guessing he means the ASC FLASH code which simulates star explosions... Brock? Jeff F. Pummill University of Arkansas // Doug Reeder wrote: Brock, Do you mean flash memory, like a USB memory stick. What kid of file system is on the memory. Is there some filesystem limit you are

Re: [OMPI users] Tracing the library using gdb and xterm

2008-01-01 Thread Jeff Pummill
Krishna, When you log in to the remote system, use ssh -X or ssh -Y which will export the xterm back thru the ssh connection. Jeff Pummill University of Arkansas Krishna Chaitanya wrote: Hi, I have been tracing the interactions between the PERUSE and MPI library,on one

Re: [OMPI users] "Hostfile" on Multicore Node?

2007-10-26 Thread Jeff Pummill
-np 4 --byslot ./cg.C.4 It appears that this does avoid oversubscribing any particular core as I am not exceeding my core count by running just the two jobs requiring 4 cores each. Thanks, Jeff Pummill George Bosilca wrote: The cleaner way to define such an environment is by using

[OMPI users] "Hostfile" on Multicore Node?

2007-10-26 Thread Jeff Pummill
care of this detail for me? Thanks! Jeff Pummill

Re: [OMPI users] SLURM vs. Torque?

2007-10-22 Thread Jeff Pummill
SLURM was really easy to build and install, plus it's a project of LLNL and I love stuff that the Nat'l Labs architect. The SLURM message board is also very active and quick to respond to questions and problems. Jeff F. Pummill Bill Johnstone wrote: Hello All. We are starting to need

Re: [OMPI users] OpenMPI Documentation?

2007-09-13 Thread Jeff Pummill
Jeff, Count us in at the UofA. My initial impressions of Open MPI are very good and I would be open to contributing to this effort as time allows. Thanks! Jeff F. Pummill Senior Linux Cluster Administrator University of Arkansas Fayetteville, Arkansas 72701 (479) 575 - 4590

[OMPI users] MVAPI Options on Job Submission

2007-08-23 Thread Jeff Pummill
to the command line submission to ensure that it is using the IB network instead of the TCP? Or possibly disable the Gig-E with ^tcp to see if it still runs successfully? I just want to be sure that Open MPI is actually USING the IB network and mvapi. Thanks! Jeff Pummill

[OMPI users] Building OMPI with dated tools & libs

2007-07-23 Thread Jeff Pummill
years old. Would it be reasonable to expect OpenMPI 1.2.3 to build and run in such an environment? Thanks! Jeff Pummill University of Arkansas

Re: [OMPI users] OpenMPI / SLURM Job Issues

2007-06-27 Thread Jeff Pummill
the long-term plan to get "srun -n X my_mpi_application" model to work; it just hasn't bubbled up high enough in the priority stack yet... :-\ On Jun 20, 2007, at 1:59 PM, Jeff Pummill wrote: Just started working with OpenMPI / SLURM combo this morning. I can successfully launch this job fro

Re: [OMPI users] f90 support not built with gfortran?

2007-06-12 Thread Jeff Pummill
Thanks guys! Setting F77=gfortran did the trick. Jeff F. Pummill Senior Linux Cluster Administrator University of Arkansas Fayetteville, Arkansas 72701 (479) 575 - 4590 http://hpc.uark.edu "A supercomputer is a device for turning compute-bound problems into I/O-bound problems." -Seymour Cray

[OMPI users] f90 support not built with gfortran?

2007-06-11 Thread Jeff Pummill
Greetings all, I downloaded and configured v1.2.2 this morning on an Opteron cluster using the following configure directives... ./configure --prefix=/share/apps CC=gcc CXX=g++ F77=g77 FC=gfortran CFLAGS=-m64 CXXFLAGS=-m64 FFLAGS=-m64 FCFLAGS=-m64 Compilation seemed to go OK and there IS

Re: [OMPI users] Library Definitions

2007-06-11 Thread Jeff Pummill
your timings, Jeff, and what processor do you exactly have? Mine is a Pentium D at 2.8GHz. Victor --- Jeff Pummill <jpum...@uark.edu> wrote: Victor, Build the FT benchmark and build it as a class B problem. This will run in the 1-2 minute

Re: [OMPI users] Library Definitions

2007-06-11 Thread Jeff Pummill
--- Jeff Pummill <jpum...@uark.edu> wrote: Perfect! Thanks Jeff! The NAS Parallel Benchmark on a dual core AMD machine now returns this... [jpummil@localhost bin]$ mpirun -np 1 cg.A.1 NAS Parallel Benchmarks 3.2 -- CG Benchmark CG Benchmark Completed.

Re: [OMPI users] Problem running MPI on a dual-core pentium D

2007-06-10 Thread Jeff Pummill
. Victor --- Jeff Pummill <jpum...@uark.edu> wrote: Victor, Just on a hunch, look in your BIOS to see if Hyperthreading is turned on. If so, turn it off. We have seen some unusual behavior on some of our machines unless this is disabled.

Re: [OMPI users] Problem running MPI on a dual-core pentium D

2007-06-10 Thread Jeff Pummill
Victor, Just on a hunch, look in your BIOS to see if Hyperthreading is turned on. If so, turn it off. We have seen some unusual behavior on some of our machines unless this is disabled. I am interested in your progress as I have just begun working with OpenMPI as well. I have used mpich for