Re: [Libmesh-users] parallel run with reduced basis models

2012-09-10 Thread Kyunghoon Lee
Thanks David. I found both mpich2 and openmpi installed on my Ubuntu machine, so I removed openmpi; now it works fine. K. Lee. On Tue, Sep 11, 2012 at 10:56 AM, David Knezevic wrote: > I've seen this happen when I have multiple mpi builds on my system e.g. > Ubuntu auto-installs openmpi and I'

Re: [Libmesh-users] parallel run with reduced basis models

2012-09-10 Thread David Knezevic
I've seen this happen when I have multiple mpi builds on my system e.g. Ubuntu auto-installs openmpi and I'm trying to use mpich. In my case I removed openmpi and all worked fine. On 09/10/2012 10:52 PM, Kyunghoon Lee wrote: > Hi all, > > I made my RB model based on reduced_basis_ex5, and tried

[Libmesh-users] parallel run with reduced basis models

2012-09-10 Thread Kyunghoon Lee
Hi all, I made my RB model based on reduced_basis_ex5, and tried running it in parallel by mpirun -np 4 ./beam_3d-opt -ksp_type cg -online_mode 0 But then the log showed me that my code just run 4 times (literally every message printed out 4 times) as shown below. I tested the example, ex5, wit