[OMPI users] VampirTrace: time not increasing

2009-12-22 Thread Roman Cheplyaka
I got the following problem while trying to run vt-enabled HPL benchmark on a single 8-core Linux node. OTF ERROR in function OTF_WBuffer_setTimeAndProcess, file: OTF_WBuffer.c, line: 308: time not increasing. (t= 2995392288, p= 2) vtunify: Error: Could not read events of OTF stream [namestub ./

Re: [OMPI users] Re : Yet another stdin problem

2009-10-07 Thread Roman Cheplyaka
the source level > > ____ > De : Roman Cheplyaka > À : Open MPI Users > Envoyé le : Mer 7 Octobre 2009, 17 h 06 min 55 s > Objet : Re: [OMPI users] Yet another stdin problem > > Why not modify your program to read inputs.txt instead of stdin? > > 2

Re: [OMPI users] Yet another stdin problem

2009-10-07 Thread Roman Cheplyaka
Why not modify your program to read inputs.txt instead of stdin? 2009/10/7 Kilou Zelabia : > Dear all, > > I'm trying to lunch an MPI program using the command > > mpirun -np 64 my_exe < inputs.txt > > inputs.txt actually contains the entries that  are read by all processes > however it seems that