Re: [OMPI users] MPI_Finalize() maintains load at 100%.

2014-05-23 Thread Özgür Pekçağlıyan
time but again I am not sure of this. On Fri, May 23, 2014 at 4:49 PM, Özgür Pekçağlıyan < ozgur.pekcagli...@gmail.com> wrote: > In my codes, I am using MPI_Send and MPI_Recv functions to notify P0 that > every other process have finished their own calculations. Maybe you cal > al

Re: [OMPI users] MPI_Finalize() maintains load at 100%.

2014-05-23 Thread Özgür Pekçağlıyan
gt; > _______ > > users mailing list > > us...@open-mpi.org > > http://www.open-mpi.org/mailman/listinfo.cgi/users > > ___ > users mailing list > us...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/users > -- Özgür Pekçağlıyan Computer Engineer (M.Sc.)

Re: [OMPI users] Unable to schedule an MPI tasks

2014-01-03 Thread Özgür Pekçağlıyan
Oh sorry I just misunderstand the question :) We are using qsub command in our universities cluster and it schedules and it does all the scheduling. On Sat, Jan 4, 2014 at 1:44 AM, Özgür Pekçağlıyan < ozgur.pekcagli...@gmail.com> wrote: > Hello, > > > It is against th

Re: [OMPI users] Unable to schedule an MPI tasks

2014-01-03 Thread Özgür Pekçağlıyan
> > > > Best Regards, > > > Shi Wei > > > ___ > > > users mailing list > > > us...@open-mpi.org > > > http://www.open-mpi.org/mailman/listinfo.cgi/users > > > > ___ > > users mailing list > > us...@open-mpi.org > > http://www.open-mpi.org/mailman/listinfo.cgi/users > > ___ > users mailing list > us...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/users > -- Özgür Pekçağlıyan B.Sc. in Computer Engineering M.Sc. in Computer Engineering

Re: [OMPI users] Cuda Aware MPI Problem

2013-12-13 Thread Özgür Pekçağlıyan
Hello again, I have compiled openmpi--1.9a1r29873 from nightly build trunk and so far everything looks alright. But I have not test the cuda support yet. On Fri, Dec 13, 2013 at 2:38 PM, Özgür Pekçağlıyan < ozgur.pekcagli...@gmail.com> wrote: > Hello, > > I am havi

[OMPI users] Cuda Aware MPI Problem

2013-12-13 Thread Özgür Pekçağlıyan
n (int argc, char **argv) { int rank, size; MPI_Init (, ); /* starts MPI */ MPI_Comm_rank (MPI_COMM_WORLD, ); /* get current process id */ MPI_Comm_size (MPI_COMM_WORLD, ); /* get number of processes */ printf( "Hello world from process %d of %d\n", rank, size ); MPI_Finalize(); return 0; } -- Özgür Pekçağlıyan B.Sc. in Computer Engineering M.Sc. in Computer Engineering