Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28384 Discussions

Anyone share experiences using IVF DLL within Microsoft HPC SOA

SR-9779
Beginner
259 Views

Any experience out there calling IVF dlls using Microsoft HPC server?

I am currently using HPC's SOA based architecture to host IVF dll on workstation nodes and distributing workload and it seems to work fine.

Anyone has some experiences/good practices with this kind of setup to share?

Thanks

 ps: I'd be cross posting this on Windows HPC forums as well. Just curious if there is anyone on these forums that has some exposure with this kind of environment

0 Kudos
3 Replies
Steven_L_Intel1
Employee
259 Views

What in particular would you expect to be an issue? A DLL is just a collection of routines. As long as any DLL dependencies are satisfied, it should run on any reasonable Windows system. 

0 Kudos
SR-9779
Beginner
259 Views

Just started dabbling with TPL code calling the DLL and having some trouble. I can call a native c++ dll but not an IVF dll. As I said, I just started it and would have to investigate further..

0 Kudos
jimdempseyatthecove
Honored Contributor III
259 Views

Have you run the program in the debugger on the HPC SOA system? This may yield additional information (e.g. failed to find .DLL).

Jim Dempsey

0 Kudos
Reply