Hi!
Does anyone knows how to compile LAMMPS code with openMPI? Can you please post
the exact detail of installing
it in ubuntu 9.10 os.
Thanks.
Rodolfo
Hi all!
I'm running a code using openMPI in a quad-core cpu. Though it is working, a
quad-core is still not enough.
Is there another way, aside from a server, of connecting 2 or 3 CPUs and
running them on parallel with MPI?
Thanks.
Rodolfo
I've successfully installed openMPI on other PC. But when I tried to install it
on my laptop and typed 'mpicc' , the response was:
The program 'mpicc' can be found in the following packages:
* lam4-dev
* libmpich-mpd1.0-dev
* libmpich-shmem1.0-dev
* libmpich1.0-dev
* libopenmpi-dev
* mpich2
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 ma