mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 04:40:34 +05:00
parallel
This commit is contained in:
parent
312dcb3e31
commit
094f52ee3c
@ -103,6 +103,10 @@ void ParallelRun()
|
|||||||
|
|
||||||
if (NGS_ParallelRun == NULL)
|
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);
|
void * handle = dlopen ("libngsolve.so", RTLD_NOW | RTLD_GLOBAL);
|
||||||
if (!handle)
|
if (!handle)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user