[OMPI users] problem related ORTE

2018-04-06 Thread Ankita m
Hello Sir/Madam I am Ankita Maity, a PhD scholar from Mechanical Dept., IIT Roorkee, India I am facing a problem while submitting a parallel program to the HPC cluster available in our dept. I have attached the error file its showing during the time of run. Can You please help me with the issue

Re: [OMPI users] disabling libraries?

2018-04-06 Thread Ankita m
Thank You so much sir. I will discuss about this with y Supervisor and will proceed accordingly On Fri, Apr 6, 2018 at 5:42 PM, Michael Di Domenico wrote: > On Thu, Apr 5, 2018 at 7:59 PM, Gilles Gouaillardet > wrote: > > That being said, the error suggest mca_oob_ud.so is a module from a > >

[OMPI users] Fwd: problem related ORTE

2018-04-12 Thread Ankita m
On Wed, Apr 11, 2018 at 3:55 PM, Ankita m wrote: > Hello Sir > > Currently i am using version "openmpi-1.4.5". While submitting a parallel > program it fails generating the below error file which i have attached. I > think this is a run-time problem. > Therefore i

[OMPI users] Fwd: problem in cluster

2018-04-24 Thread Ankita m
While using the open mpi got this error. Can you please tell why so -- Forwarded message - From: Ankita m Date: Tue, 24 Apr 2018, 12:55 pm Subject: Re: problem in cluster To: sagar mcp , Krishna Singh while using openmpi- 1.4.5 the program ended by showing this error On Tue

[OMPI users] Fwd: Fwd: problem in cluster

2018-04-25 Thread Ankita m
> > > while using openmpi- 1.4.5 the program ended by showing this error file > (in the attachment) > I am Using PBS file . Below u can find the script that i am using to run my program cgles.err Description: Binary data run.pbs Description: Binary data ___

Re: [OMPI users] Fwd: Fwd: problem in cluster

2018-04-25 Thread Ankita m
> > > > > > > > > > > > > > > > > > > > > > > > > > > > On 25 April 2018 at 11:10, Ankita m wrote: > >> >>> while using openmpi- 1.4.5 the program ended by showing this error file >>> (in the at

Re: [OMPI users] Fwd: Fwd: problem in cluster

2018-04-25 Thread Ankita m
Can you please tell me whether to use mpicc compiler ar any other compiler for openmpi programs On Wed, Apr 25, 2018 at 3:13 PM, Ankita m wrote: > i have 16 cores per one node. I usually use 4 node each node has 16 cores > so total 64 processes. > > On Wed, Apr 25, 2018 at 2:57 PM,

[OMPI users] problem

2018-05-09 Thread Ankita m
I am using ompi -3.1.0 version in my program and compiler is mpicc its a parallel program which uses multiple nodes with 16 cores in each node. but its not working and generates a error file . i Have attached the error file below. can anyone please tell what is the issue actually bicgstab_Test

Re: [OMPI users] problem

2018-05-09 Thread Ankita m
ould try the following: > define two hosts in a machinefile. Use mpirun -np 2 machinefile date > Ie can you use mpirun just to run the command 'date' > > Secondly compile up and try to run an MPI 'Hello World' program > > > On 9 May 2018 at 12:28, Ankita

Re: [OMPI users] problem

2018-05-09 Thread Ankita m
Gouaillardet < gilles.gouaillar...@gmail.com> wrote: > Ankita, > > Do you have any reason to suspect the root cause of the crash is Open MPI ? > > Cheers, > > Gilles > > > On Wednesday, May 9, 2018, Ankita m wrote: > >> MPI "Hello World" p

Re: [OMPI users] problem

2018-05-10 Thread Ankita m
ifferent memory pattern than Open MPI and it didn't happen to trigger > this exact problem. > > You might want to run your application through a memory-checking debugger. > > > > > On May 9, 2018, at 11:39 AM, Ankita m wrote: > > > > yes. Because previously