This commit is contained in:
Joachim Schoeberl 2012-06-18 18:40:25 +00:00
parent 312dcb3e31
commit 094f52ee3c

View File

@ -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)
{