Re: [OMPI users] password-less ssh

2010-02-21 Thread Eugene Loh

Mark Hahn wrote:

This is with regards to 
http://www.open-mpi.org/faq/?category=rsh#ssh-keys


this page is not wonderful. 


Hmm, okay, so a non-technical question here:  Would you be willing to 
rewrite it?  It has to pass the dummy test, though.


I make two offers:

1)  I'm willing to put back the changes if you're not familiar with how 
to modify the FAQ.


2)  I'm willing to put your changes to the dummy test.  Specifically, 
I'll be the dummy.


[OMPI users] (no subject)

2010-02-21 Thread Rodolfo Chua
 Hi!
 I used openMPI compiled with the GNU (gcc) compiler to run GULP code in 
parallel.
 But when I try to input "mpirun -np 2 gulp ", GULP did not run in two
 processors. Can you give me any suggestion on how to compile GULP code exactly 
with openMPI.

 Below is the instruction from GULP code manual.
"If you wish to run the program in parallel using MPI then you will need to 
alter
 the file "getmachine" accordingly. The usual changes would be to add the 
"-DMPI"
 option and in some cases change the compiler name (for example tompif77/mpif90)
 or include the MPI libraries in the link stage."