Re: [OMPI users] how to benchmark a server with openmpi?

2016-01-25 Thread Mark Santcroos
Another canonical benchmarking suite can be found at http://www.nas.nasa.gov/publications/npb.html > On 24 Jan 2016, at 20:51 , Ibrahim Ikhlawi wrote: > > Thanks for reply. > > But I want to have an imagination about the behaviour of my server. Therefore > I need an

Re: [OMPI users] how to benchmark a server with openmpi?

2016-01-24 Thread Nick Papior
*All* codes scale differently. So you should do these tests with your own code, and not a different code (such as MM). 2016-01-24 15:38 GMT+01:00 Ibrahim Ikhlawi : > > > Hallo, > > I am working on a server and run java codes with OpenMPI. I want to know > which number

[OMPI users] how to benchmark a server with openmpi?

2016-01-24 Thread Ibrahim Ikhlawi
Hallo, I am working on a server and run java codes with OpenMPI. I want to know which number of process is the fastest to run my code with? For this reason I wrote a code that multiply two matrices but the differences between the results is not significant. Therefore I want to know how can