asis functions reached: Nmax = 15
>
> *** Warning, This code is deprecated, and likely to be removed in future
> library versions! ./include/libmesh/mesh_tools.h, line 70, compiled Aug
> 25 2017 at 02:15:21 ***
>
> Maximum error bound is 2.50754
>
>
> Maximum number of basis functions reache
rom: David Knezevic <[email protected]>
To: "S. Kang" <[email protected]>
Cc: Libmesh user group <[email protected]>
Date: Mon, 12 Feb 2018 22:28:09 +0900 (GMT)
subject: Re: [Libmesh-users] Using multi-core in execution files
Hello,
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