Software Archive
Read-only legacy content
17061 Discussions

Compiled Fortran dll doesn't run on the available cores when invoked by a .net app

Ibrahim_A_
Novice
300 Views

Hi,
I've compiled a fortran code as a DLL using the auto-parallization and auto-vectorization features in fortran compiler.
When I call the dll using a fortran compiled exe program, the dll runs faster on all the available cores on my PC.
However, when I call the DLL using a .net compiled exe, the dll runs slower and only on just one core.

Can I get help on this topic?

Thanks,

0 Kudos
1 Reply
TimP
Honored Contributor III
300 Views

The question was asked more recently (and more appropriately) on the Windows Fortran forum.

0 Kudos
Reply