Re: [OMPI users] openib errors as user, but not root

2007-11-08 Thread Andrus, Mr. Brian (Contractor)
www.open-mpi.org/faq/?category=openfabrics#ib-locked-pages http://www.open-mpi.org/faq/?category=openfabrics#ib-locked-pages-more In particular, see the stuff about using resource managers. On Nov 7, 2007, at 7:22 PM, Andrus, Mr. Brian (Contractor) wrote: > Ok, I am having some difficulty t

Re: [OMPI users] openib errors as user, but not root

2007-11-07 Thread Andrus, Mr. Brian (Contractor)
-mpi.org/faq/?category=openfabrics#ib-locked-pages-more In particular, see the stuff about using resource managers. On Nov 7, 2007, at 7:22 PM, Andrus, Mr. Brian (Contractor) wrote: > Ok, I am having some difficulty troubleshooting this. > > If I run my hello program without torque, it w

Re: [OMPI users] openib errors as user, but not root

2007-11-07 Thread Andrus, Mr. Brian (Contractor)
] openib errors as user, but not root Check out: http://www.open-mpi.org/faq/?category=openfabrics#ib-locked-pages http://www.open-mpi.org/faq/?category=openfabrics#ib-locked-pages-more In particular, see the stuff about using resource managers. On Nov 7, 2007, at 7:22 PM, Andrus, Mr. Brian

[OMPI users] openib errors as user, but not root

2007-11-07 Thread Andrus, Mr. Brian (Contractor)
Ok, I am having some difficulty troubleshooting this. If I run my hello program without torque, it works fine: [root@login1 root]# mpirun --mca btl openib,self -host n01,n02,n03,n04,n05 /data/root/hello Hello from process 0 of 5 on node n01 Hello from process 1 of 5 on node n02 Hello from process

[OMPI users] mpi_file_set_view

2007-09-17 Thread Andrus, Mr. Brian (Contractor)
Hello all, I am a newbie at much of mpi application and try to provide support for various users in the hpc community. I have run into something that I don't quite understand. I have some code that is meant to open a file for reading, but at compile time I get "Could not resolve generic procedure

Re: [OMPI users] How do I compile OpenMPI with PGI compilers andF90 support?

2006-12-20 Thread Andrus, Mr. Brian (Contractor)
Note that our servers will be offline several hours tomorrow morning for planned maintence (it's that time of year), so be sure to look on the web site today or after tomorrow morning. On Dec 20, 2006, at 12:05 PM, Andrus, Mr. Brian ((Contractor)) wrote: > I am trying to build an Op

[OMPI users] How do I compile OpenMPI with PGI compilers and F90 support?

2006-12-20 Thread Andrus, Mr. Brian (Contractor)
I am trying to build an OpenMPI rpm for RHEL4U4 using the following: rpmbuild --rebuild --define configure_options"CC=pgcc CXX=pgCC F77=pgf77 FC=pgf90 FFLAGS=-fastsse FCFLAGS=-fastsse" ./openmpi-1.1.1-1.src.rpm It builds the rpm but there are some warnings: --- configure: WARNING:

[OMPI users] Trouble with shared libraries

2006-10-10 Thread Andrus, Mr. Brian (Contractor)
Ok, I apologize in advance. I am still trying to get openmpi to compile and run with PGI, Myrinet and PBSPro. I am configuring it with: --with-gm=/opt/gm --disable-shared --enable-static --enable-mca-static=pml,btl:gm,btl:self --with-tm=/usr/pbs CC=pgcc CXX=pgCC F77=pgf77 FC=pgf90 FFLAGS=-fastsse

[OMPI users] PBSPro/PGI/Myrinet Woes continued...

2006-10-06 Thread Andrus, Mr. Brian (Contractor)
Ok, I am getting an error when I run make after configuring with the following options: ./configure --with-gm=/opt/gm --with-tm=/usr/pbs --disable-shared --enable-static CC=pgcc CXX=pgCC F77=pgf77 FC=pgf90 FFLAGS=-fastsse FCFLAGS=-fastsse It aborts after a bit with: /opt/gm/lib/libgm.so: could no

[OMPI users] Compiling RPM for RHEL4 with PGI/GM/PBSPro

2006-10-05 Thread Andrus, Mr. Brian (Contractor)
Ok, I am having some trouble getting the RPM to compile when I add PBSPro. I have been able to successfully create it with Myrinet and using PGI compilers. Now getting it to package up with PBSPro is another story. It looks like it compiles fine, but the packaging may be the issue. I thought I sho