[OMPI users] compiling OpenMPI 1.3.2 under Win Vista with MinGW 1.11-rc1

2009-06-16 Thread Kraus Philipp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello @all, I try to compile OpenMPI (1.3.2) with MinGW (MinGW 1.11-rc1) under Win Vista (32 Bit) only for developing and linking. On running make it breaks down with errors: c:/Library/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/ wi

Re: [OMPI users] compiling OpenMPI 1.3.2 under Win Vista with MinGW 1.11-rc1

2009-06-16 Thread Shiqing Fan
Hello Kraus, I suggest you to use Open MPI trunk version or the next coming release 1.3.3 which includes the CMake support for Windows platforms, and there is a short description in README.WINDOWS file about how to use it. This new CMake build system will generate Open MPI solution files for V

[OMPI users] Intel C and Fortran 11 and Open MPI 1.3.2

2009-06-16 Thread David Robertson
I am using the following configure line: CC=icc CXX=icpc F90=ifort FC=ifort F77=ifort ./configure --disable-shared --enable-static --prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 once that completes and I execute make it fails very near the beginning of the make process. It enters opal/asm and

[OMPI users] vfs_write returned -14

2009-06-16 Thread Kritiraj Sajadah
Dear All, I have install openmpi 1.3 and blcr 0.8.1 on a linux machine (ubuntu). however, when i try checkpointing an MPI application, I get the following error: - vfs_write returned -14 - file_header: write returned -14 Can someone help please. Regards, Raj

Re: [OMPI users] Compiling and Building OPENMPI for checkpointing using self

2009-06-16 Thread Josh Hursey
(Sorry for the delay. I have been on travel, and just not getting caught up on email) The FT User's Guide has some information on working with the 'self' checkpoint component. The document can be found attached to the following wiki page: https://svn.open-mpi.org/trac/ompi/wiki/ProcessFT

Re: [OMPI users] Segmentation fault (11)

2009-06-16 Thread Josh Hursey
(Sorry for the delay. I have been on travel, and just now getting caught up on email.) It looks like the checkpoint is corrupted. This can be caused by a number of things. Usually it is caused by memory corruption in the application that then further muddles the checkpoint generated. Are

Re: [OMPI users] vfs_write returned -14

2009-06-16 Thread Josh Hursey
These are errors from BLCR. It may be a problem with your BLCR installation and/or your application. Are you able to checkpoint/ restart a non-MPI application with BLCR on these machines? What kind of MPI application are you trying to checkpoint? Some of the MPI interfaces are not fully su

Re: [OMPI users] MPI-IO: reading an unformatted binary fortran file

2009-06-16 Thread Rob Latham
On Thu, Jun 11, 2009 at 05:33:58PM -0400, Greg Fischer wrote: > I'm attempting to wrap my brain around the MPI I/O mechanisms, and I was > hoping to find some guidance. I'm trying to read a file that contains a > 117-character string, followed by a series records that contain integers and > reals.

Re: [OMPI users] vfs_write returned -14

2009-06-16 Thread Kritiraj Sajadah
Hi Josh, Thanks for the email. I have install BLCR 0.8.1 and openmpi 1.3 on my laptop with Ubuntu 8.04 on it. It works fine. I now tried the installation on the cluster ( on one machine for now) in my university. ( the administrator installed it) i am not sure if he followed the steps i gave

Re: [OMPI users] vfs_write returned -14

2009-06-16 Thread Josh Hursey
Did you try checkpointing a non-MPI application with BLCR on the cluster? If that does not work then I would suspect that BLCR is not working properly on the system. However if a non-MPI application can be checkpointed and restarted correctly on this machine then it may be something odd wit