mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-24 20:00:33 +05:00
parallel
This commit is contained in:
parent
312dcb3e31
commit
094f52ee3c
@ -103,6 +103,10 @@ void ParallelRun()
|
||||
|
||||
if (NGS_ParallelRun == NULL)
|
||||
{
|
||||
static int timer = NgProfiler::CreateTimer ("load shared library ngsolve");
|
||||
NgProfiler::RegionTimer reg (timer);
|
||||
|
||||
|
||||
void * handle = dlopen ("libngsolve.so", RTLD_NOW | RTLD_GLOBAL);
|
||||
if (!handle)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user