Fortran Interfaces on Windows

Open discussion for MAGMA library (Matrix Algebra on GPU and Multicore Architectures)
Post Reply
paoloviviani
Posts: 14
Joined: Mon Nov 09, 2015 12:17 pm

Fortran Interfaces on Windows

Post by paoloviviani » Mon Nov 09, 2015 12:24 pm

Hello,
I successfully built MAGMA on Windows with CMake, VS 2013 and Intel Fortran. Unfortunately the resulting magma.lib does not contains the magmaf_xxxx interfaces which I need (I used such interfaces successfully on Linux to call MAGMA from legacy code which relies on standard Lapack calls, i.e. char* instead of magma types, etc.).

The readme states that a different magmaf.lib library should be built, but I don't know how to achieve that. Does anyone have been successful?
Thanks,
Paolo

mgates3
Posts: 918
Joined: Fri Jan 06, 2012 2:13 pm

Re: Fortran Interfaces on Windows

Post by mgates3 » Tue Nov 10, 2015 6:30 pm


Post Reply