ble to make and run the Java examples in the
>>> MPI_ROOT/examples directory ?
>>>
>>> I started with those after similar hiccups trying to get things up and
>>> running.
>>>
>>> Chuck Mosher
>>> JavaSeis.org
>>>
>>> Fro
er
>> JavaSeis.org
>>
>> From: Ralph Castain
>> To: Open MPI Users
>> Sent: Thursday, January 17, 2013 2:27 PM
>> Subject: Re: [OMPI users] Problem with mpirun for java codes
>>
>> Just as an FYI: we have removed the Java bindings from the 1.7.0 releas
gt; running.
>
> Chuck Mosher
> JavaSeis.org
>
> From: Ralph Castain
> To: Open MPI Users
> Sent: Thursday, January 17, 2013 2:27 PM
> Subject: Re: [OMPI users] Problem with mpirun for java codes
>
> Just as an FYI: we have removed the Java bindings from the 1.7.0 releas
nd running.
Chuck Mosher
JavaSeis.org
From: Ralph Castain
To: Open MPI Users
Sent: Thursday, January 17, 2013 2:27 PM
Subject: Re: [OMPI users] Problem with mpirun for java codes
Just as an FYI: we have removed the Java bindings from the 1.7.0 release due t
Just as an FYI: we have removed the Java bindings from the 1.7.0 release due to
all the reported errors - looks like that code just isn't ready yet for
release. It remains available on the nightly snapshots of the developer's trunk
while we continue to debug it.
With that said, I tried your exa
Hi,
The version that I am using is
1.7rc6 (pre-release)
Regards,
Karos
On 16 Jan 2013, at 21:07, Ralph Castain wrote:
> Which version of OMPI are you using?
>
>
> On Jan 16, 2013, at 11:43 AM, Karos Lotfifar wrote:
>
>> Hi,
>>
>> I am still struggling with the installation problems! I
Which version of OMPI are you using?
On Jan 16, 2013, at 11:43 AM, Karos Lotfifar wrote:
> Hi,
>
> I am still struggling with the installation problems! I get very strange
> errors. everything is fine when I run OpenMPI for C codes, but when I try to
> run a simple java code I get very stran
We really need more information in order to help you. Please see:
http://www.open-mpi.org/community/help/
On Nov 3, 2011, at 7:37 PM, amine mrabet wrote:
> i instaled last version of openmpi now i have this error
> I
> t seems that [at least] one of the processes that was started with
> m
i instaled last version of openmpi now i have this error
I
t seems that [at least] one of the processes that was started with
mpirun did not invoke MPI_INIT before quitting (it is possible that
more than one process did not invoke MPI_INIT -- mpirun was only
notified of the first one, which was on
yes i have old version i will instal 1.4.4 and see
merci
2011/11/3 Jeff Squyres
> It sounds like you have an old version of Open MPI that is not ignoring
> your unconfigured OpenFabrics devices in your Linux install. This is a
> guess because you didn't provide any information about your Open
It sounds like you have an old version of Open MPI that is not ignoring your
unconfigured OpenFabrics devices in your Linux install. This is a guess
because you didn't provide any information about your Open MPI installation.
:-)
Try upgrading to a newer version of Open MPI.
On Nov 3, 2011,
i use openmpi in my computer
2011/11/3 Ralph Castain
> Couple of things:
>
> 1. Check the configure cmd line you gave - OMPI thinks your local computer
> should have an openib support that isn't correct.
>
> 2. did you recompile your app on your local computer, using the version of
> OMPI built/
Couple of things:
1. Check the configure cmd line you gave - OMPI thinks your local computer
should have an openib support that isn't correct.
2. did you recompile your app on your local computer, using the version of OMPI
built/installed there?
On Nov 3, 2011, at 10:10 AM, amine mrabet wrote
I just replied on your previous thread -- sorry for the delay.
On Nov 29, 2010, at 8:27 AM, Tushar Andriyas wrote:
> and the openmpi-1.2.7-pgi??
>
> On Mon, Nov 29, 2010 at 6:27 AM, Tushar Andriyas
> wrote:
> Hi there,
> The thing is I did not write the code myself and am just trying to get i
and the openmpi-1.2.7-pgi??
On Mon, Nov 29, 2010 at 6:27 AM, Tushar Andriyas wrote:
> Hi there,
> The thing is I did not write the code myself and am just trying to get it
> to work. So, would it help if i change the version of the compiler or is
> that it happens with every pgi compiler suite??
Hi there,
The thing is I did not write the code myself and am just trying to get it to
work. So, would it help if i change the version of the compiler or is that
it happens with every pgi compiler suite??
On Sun, Nov 28, 2010 at 11:45 PM, Simon Hammond wrote:
> Hi,
>
> This isn't usually an error
Hi,
This isn't usually an error - you get this by using conventional
Fortran exit methods. The Fortran stop means the program hit the exit
statements in the code. I have only had this with PGI.
--
Si Hammond
Research F
On Fri, Jun 11, 2010 at 11:03:03AM +0200, asmae.elbahlo...@mpsa.com wrote:
> Sender: users-boun...@open-mpi.org
>
>
>hello,
>
>i'm doing a tutorial on OpenFoam, but when i run in parallel by typing
>"mpirun -np 30 foamProMesh -parallel | tee 2>&1 log/FPM.log"
.
>
>[1] i
I'm a afraid I don't know anything about OpenFoam, but it looks like it
deliberately chose to abort due to some error (i.e., it then called MPI_ABORT
to abort).
I don't know what those stack traces mean; you will likely have better luck
asking your question on the OpenFoam support list.
Good l
I verified that the preload functionality works on the trunk. It seems
to be broken on the v1.3/v1.4 branches. The version of this code has
changed significantly between the v1.3/v1.4 and the trunk/v1.5
versions. I filed a bug about this so it does not get lost:
https://svn.open-mpi.org/tr
Now that I have passwordless-ssh set up both directions, and verified
working - I still have the same problem.
I'm able to run ssh/scp on both master and client nodes - (at this
point, they are pretty much the same), without being asked for password.
And mpirun works fine if I have the executabl
Though the --preload-binary option was created while building the
checkpoint/restart functionality it does not depend on checkpoint/restart
function in any way (just a side effect of the initial development).
The problem you are seeing is a result of the computing environment setup of
password-
I'm no expert on the preload-binary option - but I would suspect that
is the case given your observations.
That option was created to support checkpoint/restart, not for what
you are attempting to do. Like I said, you -should- be able to use it
for that purpose, but I expect you may hit a f
Thank you very much for your help! I believe I do have password-less ssh
set up, at least from master node to client node (desktop -> laptop in
my case). If I type >ssh node1 on my desktop terminal, I am able to get
to the laptop node without being asked for password. And as I mentioned,
if I c
It -should- work, but you need password-less ssh setup. See our FAQ
for how to do that, if you are unfamiliar with it.
On Nov 10, 2009, at 2:02 PM, Qing Pang wrote:
I'm having problem getting the mpirun "preload-binary" option to work.
I'm using ubutu8.10 with openmpi 1.3.3, nodes connected
25 matches
Mail list logo