[OMPI users] NAS Parallel Benchmark implementation for (open) MPI/C

2015-05-25 Thread etcamargo
Hi, All I am looking for a NAS Parallel Bechmark (NAS-PB) reference implementation coded in MPI/C language. I see that the NAS official website has a MPI/fortran implementation. There is a NAS-PB reference implementation in (open)MPI/C? Thanks in advance, Edson

[OMPI users] monitoring the status of processors

2015-03-17 Thread etcamargo
Hi, All I would like to know if there is a (MPI) tool for monitoring the status of a processor (and your cores) at runtime, i.e., while I am running a MPI application. Let's suppose that some physical processors become overloaded while a MPI application is running. I am looking for a way to

[OMPI users] about using mpi-thread-multiple

2014-09-12 Thread etcamargo
Hi, I would like to know what is the mpi version recomended for running multiple mpi call per process, i.e., MPI_THREAD_MULTIPLE in MPI_Init_thread(); Thanks, Edson

Re: [OMPI users] Connection to lifeline lost

2014-01-24 Thread etcamargo
- check that your path and ld_library_path on the remote host are being set correctly On Jan 24, 2014, at 9:41 AM, etcamargo wrote: Hi, All! Please, I have a problem to run a simple "hello world" program on different hosts. The hosts are virtual machines located in the same net. T

[OMPI users] Connection to lifeline lost

2014-01-24 Thread etcamargo
Hi, All! Please, I have a problem to run a simple "hello world" program on different hosts. The hosts are virtual machines located in the same net. The program works fine only on one host, the ssh is ok between the machines and nfs is ok, sharing the executable files between the machines.