The intent of the --prefix option (or using the full path name to mpirun) was
exactly for the purpose of not requiring changes to the .bashrc.
Can you run with "--mca plm_base_verbose 100" on your command line? This will
show us the exact rsh/ssh command line that is being executed -- it might
Hi Pasha,
>On Tue, Feb 28, 2012 at 11:34 AM, Shamis, Pavel wrote:
> I reviewed the code and it seems to be ok :) The error should be reported if
> the port migration is already happened once (port 1 to port 2), and now you
> are trying to shutdown port 2 and MPI reports that it can't migrate an
Try leaving off the -H localhost,localhost front he cmd line - the local host
will automatically be included, so that shouldn't be required.
I believe the problem is that "localhost" isn't the name of your machine, and
so we look and don't see that machine anywhere.
On Feb 28, 2012, at 9:42 AM,
Hello,
I have installed newer version but problem still persists.
Package: Open MPI wahaj@wahaj-ThinkPad-T510 Distribution
Open MPI: 1.7a1r26065
Open MPI repo revision: r26065
Open MPI release date: Unreleased developer copy
Open RTE: 1.7a1r26065
Open RT
Jeremy,
I reviewed the code and it seems to be ok :) The error should be reported if
the port migration is already happened once (port 1 to port 2), and now you are
trying to shutdown port 2 and MPI reports that it can't migrate anymore. It
assumes that port 1 is still down and it can't go back
On Mon, 27 Feb 2012, Abhinav Sarje wrote:
Hi Nathan, Gus, Manju,
I got a chance to try out the XE6 support build, but with no success.
First I was getting this error: "PGC-F-0010-File write error occurred
(temporary pragma .s file)". After searching online about this error,
I saw that there i
Hi Abhinav
> "-march=amdfam10"
AFAIK, this is a gcc/gfortran flag not PGI.
Have you tried instead -tp=shanghai-64 [of whatever AMD processor you have
that is supported by PGI].
'man pgcc' will tell all possible '-tp' values.
I don't have any idea about the orte build problem with alps.
Gus Corr
On Feb 28, 2012, at 7:24 AM, Muhammad Wahaj Sethi wrote:
> Hello!
> I am trying run following command using trunk version 1.7a1r25984.
>
> mpirun -np 2 -H localhost,localhost /bin/hostname
>
> It fails with following error message.
>
> --
Hello!
I am trying run following command using trunk version 1.7a1r25984.
mpirun -np 2 -H localhost,localhost /bin/hostname
It fails with following error message.
--
There are no allocated resources for the application
Yes, this is known behavior for our CLI parser. We could probably improve that
a bit...
On Feb 28, 2012, at 4:55 AM, Ralph Castain wrote:
>
> On Feb 28, 2012, at 2:52 AM, Reuti wrote:
>
>> Am 28.02.2012 um 10:21 schrieb Ralph Castain:
>>
>>> Afraid I have to agree with the prior reply - soun
On Feb 28, 2012, at 2:52 AM, Reuti wrote:
> Am 28.02.2012 um 10:21 schrieb Ralph Castain:
>
>> Afraid I have to agree with the prior reply - sounds like NPROC isn't
>> getting defined, which causes your cmd line to look like your original
>> posting.
>
> Maybe the best to investigate this is
Am 28.02.2012 um 10:21 schrieb Ralph Castain:
> Afraid I have to agree with the prior reply - sounds like NPROC isn't getting
> defined, which causes your cmd line to look like your original posting.
Maybe the best to investigate this is to `echo` $MPIRUN and $NPROC.
But: is this the intended b
Looks like you need to add --with-alps= to your configure line.
On Feb 27, 2012, at 10:29 PM, Abhinav Sarje wrote:
> Hi Nathan, Gus, Manju,
>
> I got a chance to try out the XE6 support build, but with no success.
> First I was getting this error: "PGC-F-0010-File write error occurred
> (tempor
Afraid I have to agree with the prior reply - sounds like NPROC isn't getting
defined, which causes your cmd line to look like your original posting.
On Feb 27, 2012, at 10:29 PM, Syed Ahsan Ali wrote:
> The following command in used in script for job submission
>
> ${MPIRUN} -np ${NPROC} -ho
Hi Nathan, Gus, Manju,
I got a chance to try out the XE6 support build, but with no success.
First I was getting this error: "PGC-F-0010-File write error occurred
(temporary pragma .s file)". After searching online about this error,
I saw that there is a patch at
"https://svn.open-mpi.org/trac/omp
The following command in used in script for job submission
${MPIRUN} -np ${NPROC} -hostfile ${ABSDIR}/hostlist -mca btl sm,openib,self
--mca btl_openib_use_srq 1 ./hrm >> ${OUTFILE}_hrm 2>&1
where NPROC in defined in someother file. The same application is running
on the other system with same con
No of processes missing after -np
Should be something like:
mpirun -np 256 ./exec
Sent from my iPhone
On Feb 27, 2012, at 8:47 PM, Syed Ahsan Ali wrote:
> Dear All,
>
> I am running an application with mpirun but it gives following error, it is
> not picking up hostlist, there are other ap
17 matches
Mail list logo