[OMPI users] Can compute, but can not output files

2010-04-30 Thread JiangjunZheng
Dear All, I am using Rocks+openmpi+hdf5+pvfs2. The soft on the rocks+pvfs2 cluster will output hdf5 files after computing. However, when the output starts, it shows errors: [root@nanohv pvfs2]# ./hdf5_mpio DH-ey-001400.20.h5 Testing simple C MPIO program with 1 processes accessing file DH-ey-001

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Ralph Castain
I build it on Mac 10.6 every time we do an update to the 1.4 series, without problem. --without-xgrid or --with-xgrid=no should both work just fine (I use the latter myself). You might also try downloading the 1.4.2rc3 tarball and give it a try. Offhand, I can't think of what the problem might

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Alan
I've tried with --without-xgrid... Trying now with --with-xgrid=no ... if it was only not that long to compile... Cheers, Alan On Fri, Apr 30, 2010 at 23:36, Doug Reeder wrote: > Cristobal, > > It may be a 10.6 vs 10.5 difference. In the configure --help output it > looks like --with-xgrid=no

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Doug Reeder
Cristobal, It may be a 10.6 vs 10.5 difference. In the configure --help output it looks like --with-xgrid=no should turn off the default behavior of building with support for xgrid. Doug Reeder On Apr 30, 2010, at 3:28 PM, Cristobal Navarro wrote: this is strange, because some weeks ago i

[OMPI users] Cristobal Navarro has invited you to Dropbox

2010-04-30 Thread Dropbox
We're excited to let you know that Cristobal Navarro has invited you to Dropbox! Cristobal Navarro has been using Dropbox to sync and share files online and across computers, and thought you might want it too. Visit http://www.dropbox.com/link/20.lx5tfZ80Qg/NjE1ODg5NzYzNw to get started. - The

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Cristobal Navarro
this is strange, because some weeks ago i compiled openmpi 1.4.1 on a mac 10.5.6 and the parameter --without-xgrid worked good. can you turn off xgrid on the macs you are working with?? that might help Cristobal On Fri, Apr 30, 2010 at 6:19 PM, Doug Reeder wrote: > Alan, > > I haven't trie

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Doug Reeder
Alan, I haven't tried to build 1.4.x on os x 10.6.x yet, but it sounds like the configure script has become too clever by half. Is there a configure argument to force no xgrid (e.g., --with-xgrid=no or -- enable-xgrid=no). Doug Reeder On Apr 30, 2010, at 3:12 PM, Alan wrote: Hi guys, tha

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Alan
Hi guys, thanks, Well, I can assure there I have the right things as explained here: ompi 1.2.8 (apple) /usr/bin/ompi_info | grep xgrid MCA ras: xgrid (MCA v1.0, API v1.3, Component v1.2.8) MCA pls: xgrid (MCA v1.0, API v1.3, Component v1.2.8) ompi 1.3.3 (Fink)

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Cristobal Navarro
try launching mpirun -v a see what version is picking up. maybe its the included 1.2.x Cristobal On Fri, Apr 30, 2010 at 3:22 PM, Doug Reeder wrote: > Alan, > > Are you sure that the ompi_info and mpirun that you are using are the 1.4.1 > versions and not the apple supplied versions. I use

Re: [OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Doug Reeder
Alan, Are you sure that the ompi_info and mpirun that you are using are the 1.4.1 versions and not the apple supplied versions. I use modules to help ensure that I am using the openmpi that I built and not the apple supplied versions. Doug Reeder On Apr 30, 2010, at 12:14 PM, Alan wrote:

[OMPI users] openmpi 1.4.1 and xgrid

2010-04-30 Thread Alan
Hi there, No matter I do I cannot disable xgrid while compiling opempi. I tried: --without-xgrid --enable-shared --enable-static And still see with ompi_info: MCA plm: xgrid (MCA v2.0, API v2.0, Component v1.4.1) And because of xgrid on ompi, I have: openmpi-1.4.1/examples% mpirun -c 2 hello

Re: [OMPI users] Calling MPI from a CGI script

2010-04-30 Thread Trent Creekmore
Have you tried running a copy in the cgi-bin directory? That directory is setup to place programs in when needing to pass information to-fro the web server and clients. -Original Message- From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Srujan Enaganti Sen