Re: [OMPI devel] Resilience 2011

2011-06-26 Thread Ralph Castain
I think we're some ways away from declaring a "resilient ORTE". Josh and I have been committing pieces of it over the last two years, and Wes just committed another piece the other day that might have been titled "fault tolerant OOB" as it primarily addressed maintaining comm routing during node

Re: [OMPI devel] Tarball distribution

2011-06-26 Thread John Esmet
umask returns 0022 I can reproduce the issue on my ubuntu 10.10 vm's, but not on a macbook, nor a centos box. Interesting. On Sun, Jun 26, 2011 at 5:55 AM, Jeff Squyres wrote: > What's your umask? > > % umask > 2 > % tar xf openmpi-1.4.3.tar.bz2 > % ls -la openmpi-1.4.3 > total 12832 > drwxrwxr

Re: [OMPI devel] "Open MPI"-based MPI library used by K computer

2011-06-26 Thread Ralph Castain
Any info available on the launch environment used, and how long it took to start the 8Pf job? On Jun 25, 2011, at 7:23 PM, Jeff Squyres wrote: > I got more information: > > http://blogs.cisco.com/performance/open-mpi-powers-8-petaflops/ > > Short version: yes, Open MPI is used on K and was u

Re: [OMPI devel] Tarball distribution

2011-06-26 Thread Jeff Squyres
What's your umask? % umask 2 % tar xf openmpi-1.4.3.tar.bz2 % ls -la openmpi-1.4.3 total 12832 drwxrwxr-x 26 jsquyres staff 884 Jun 26 05:55 ./ drwxr--r-- 49 jsquyres staff 1666 Jun 26 05:53 ../ -rw-rw-r-- 1 jsquyres staff 3927 Dec 8 2009 AUTHORS -rw-rw-r-- 1 jsquyres staf

[OMPI devel] Tarball distribution

2011-06-26 Thread John Esmet
All, I went to untar the source code and the folders are mode 777. Call me OCD, but I find this a little strange. What's up? - John