I have a few questions regarding the Windows version of ArmPL:
armpl_lp64_mp.lib
libarmpl_lp64_mp.lib
FortranDecimal.lib
libFortranDecimal.lib
FortranRuntime.lib
libFortranRuntime.lib
libomp.dll.lib
omp.dll.lib
libomp.dll
omp.dll
libomp140.aarch64.dll
What I am trying to do is build a DLL by statically linking ArmPL and the Fortran runtime. The OpenMP library should be linked dynamically. I would guess that the files with and without the lib-prefix are identical but they have different sizes (which means that they are not).
lib
Note that we now have a Get Started guide for the Windows version of Arm PL, which hopefully answers some of these questions:
https://developer.arm.com/documentation/109361/2310/?lang=en
And we have also updated the General Information section of our Reference Guide to cover Windows:
https://developer.arm.com/documentation/101004/2310/General-information
Chris.