|
Message-ID: <20110508153221533266.df5b26df@gmail.com> Date: Sun, 8 May 2011 15:32:21 +0200 From: "websiteaccess@...il.com" <websiteaccess@...il.com> To: john-users@...ts.openwall.com Subject: Re: MPIRUN error with Mac On Sun, 08 May 2011 15:11:22 +0200, magnum wrote: > On 2011-05-08 14:51, websiteaccess@...il.com wrote: >> On Sun, 08 May 2011 14:12:13 +0200, magnum wrote: >>> On 2011-05-08 08:04, websiteaccess@...il.com wrote: >>>> On Sat, 07 May 2011 22:14:29 +0200, magnum wrote: >>>>> Whoa. Bad stuff. Are you running the version I sent you or the latest >>>>> one posted (1.7.7-jumbo-1-fullmpi-10)? If this was not #10, try that >>>>> one first and please post back. >>> >>>>> What version of mpi are you using? >>>> >>>> It's #9, I will recompile with #10 >>> >>> Please do, but also check the version of the MPI framework (i.e. >>> OpenMPI or MPICH2 or whatever you use). >>> >>> $ mpirun -V >>> mpirun (Open MPI) 1.4.1 >>> >>> http://www.open-mpi.org/software/ompi/versions/timeline.php >> >> My version is : >> iMac-de-xxx-xx:~ xxxxx$ mpirun -V >> mpirun (Open MPI) 1.2.8 > > That is old. If you upgrade it, you'll get a load of bugfixes, some > even affecting performance. Latest stable is 1.4.3. > > magnum Well I have upgraded (from this "how to" text). # Not showing the complete URL/tarball name because it changes over time :-) shell$ wget http://www.open-mpi.org/.../open-mpi.... shell$ tar zxf openmpi-...gz shell$ cd openmpi-... shell$ ./configure --prefix=/opt/openmpi 2>&1 | tee config.out [...lots of output...] shell$ make -j 4 2>&1 | tee make.out [...lots of output...] shell$ sudo make install 2>&1 | tee install.out [...lots of output...] shell$ export PATH=/opt/openmpi/bin:$PATH shell$ ompi_info [...see output from newly-installed Open MPI...] Now I have a folder "opt" at the root of my hard drive : Hard drive/Applications Hard drive/Bibliotheque Hard drive/Developper Hard drive/opt <<<--------- Hard drive/Systeme Hard drive/Utilisateurs Immediately after installing the upgrade, I did "mpirun -V", I get 1.4.3 :) I have restarted my system, I did "mpirun -V", I get version = 1.2.8 :( I'm sure opt folder is not in the right place. Help needed. Thanks W/A/
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.