From: David K. <dav...@ak...> - 2018-02-12 13:28:19
|
Hello, You can run the reduced basis code in parallel. You do it just the same way that you run any other libMesh code in parallel, i.e. just run with "mpirun -np N" where N specifies the number of processors that you want to use. If you want more info on the parallelization approach that is used, please refer to this paper <https://www.sciencedirect.com/science/article/pii/S0045782510003828>. Best, David On Sun, Feb 11, 2018 at 9:30 PM, S. Kang <ss...@pu...> wrote: > > > > Hello everyone, > > > > I am solving RB problems, but it takes too long because of many basis > vectors. > So, similar to "make -j 10", I want to know how to use multi-core in > execution files, not parallel programming. > > > Best regards, > > S. Kang. > > > > ------------------------------------------------------------ > Shinseong Kang > Graduate Student > Pusan National University, South Korea > H.P.: 010-9770-6595 > E-mail: ss...@pu... > ------------------------------------------------------------ > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Libmesh-users mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libmesh-users > |