I am doing CFD simulation.With MPI, I can split the computational domain to different parts so that each process works on different part. In this case, we can reduce the total computational time.When I tried to run at another different system, it looks all the cpu are working on the whole computational domain. It looks like every CPU is working on the whole computational domain so that the computational efficiency is very low.On Wed, Nov 26, 2014 at 11:45 AM, Junchao Zhang <jczhang@mcs.anl.gov> wrote:I guess it is not an MPI problem. When you say "every CPU works on all the data", you need a clear idea of what is the data decomposition in your code.--Junchao ZhangOn Wed, Nov 26, 2014 at 11:28 AM, Shuchi Yang <yang.shuchi@gmail.com> wrote:Thanks for your reply. I am trying it in the way you mentioned.But I met one problem is that on my original machine, I can run the code with 20 CPUs so that each CPU works on part of the job. But at the new machine, it starts the process with 20 CPUS, but every CPU works on all the data, so that it looks like it is running 20 times the job at same time. Is that because of MPI problem?Thanks,ShuchiOn Wed, Nov 26, 2014 at 9:50 AM, Junchao Zhang <jczhang@mcs.anl.gov> wrote:You can copy MPI libraries installed on the Ubuntu machine to the Suse machine, then add that path to LD_LIBRARY_PATH on the Suse.--Junchao ZhangOn Wed, Nov 26, 2014 at 9:55 AM, Shuchi Yang <yang.shuchi@gmail.com> wrote:_______________________________________________I met some problem.The question is thatI compile a fortran code at ubuntu, but I need run the code at Suse Linux, I was always tolderror while loading shared libraries: libmpifort.so.12: cannot open shared object file: No such file or directoryFurthermore, will this be a problem, I mean, if I compile the code with mpich-gcc and run the code at another type of Linux?Thanks,Shuchi
discuss mailing list discuss@mpich.org
To manage subscription options or unsubscribe:
https://lists.mpich.org/mailman/listinfo/discuss
_______________________________________________
discuss mailing list discuss@mpich.org
To manage subscription options or unsubscribe:
https://lists.mpich.org/mailman/listinfo/discuss
_______________________________________________
discuss mailing list discuss@mpich.org
To manage subscription options or unsubscribe:
https://lists.mpich.org/mailman/listinfo/discuss
_______________________________________________
discuss mailing list discuss@mpich.org
To manage subscription options or unsubscribe:
https://lists.mpich.org/mailman/listinfo/discuss
_______________________________________________
discuss mailing list discuss@mpich.org
To manage subscription options or unsubscribe:
https://lists.mpich.org/mailman/listinfo/discuss