Hi Natalie,
So I will admit I am new to creating makefiles so I created my own to understand what the file was doing.
I have tried running the makefile I created with the other LIBS definition. Doing so gives me the errors shown below
I will try to set up the provided makefile and see if that works
"C:\Users\chainey\AppData\Local\Temp\cckMDaLj.o:example_v2.cpp:(.text+0x6806): undefined reference to `magma_setmatrix_internal'
C:\Users\chainey\AppData\Local\Temp\cckMDaLj.o:example_v2.cpp:(.text+0x6824): undefined reference to `magma_malloc'
C:\Users\chainey\AppData\Local\Temp\cckMDaLj.o:example_v2.cpp:(.text+0x6841): undefined reference to `magma_malloc_cpu'
C:\Users\chainey\AppData\Local\Temp\cckMDaLj.o:example_v2.cpp:(.text+0x685e): undefined reference to `magma_malloc_cpu'
C:\Users\chainey\AppData\Local\Temp\cckMDaLj.o:example_v2.cpp:(.text+0x6a41): undefined reference to `magma_free_cpu'
C:\Users\chainey\AppData\Local\Temp\cckMDaLj.o:example_v2.cpp:(.text+0x6b9f): undefined reference to `magma_zgesv'
C:\Users\chainey\AppData\Local\Temp\cckMDaLj.o:example_v2.cpp:(.text+0x6bd0): undefined reference to `magma_free_cpu'
C:\Users\chainey\AppData\Local\Temp\cckMDaLj.o:example_v2.cpp:(.text+0x6bdb): undefined reference to `magma_free_cpu'
C:\Users\chainey\AppData\Local\Temp\cckMDaLj.o:example_v2.cpp:(.text+0x6be6): undefined reference to `magma_free_cpu'
C:\Users\chainey\AppData\Local\Temp\cckMDaLj.o:example_v2.cpp:(.text+0x6ce4): undefined reference to `magma_queue_create_internal'
C:\Users\chainey\AppData\Local\Temp\cckMDaLj.o:example_v2.cpp:(.text+0x6d6f): undefined reference to `magma_zgesv_gpu'
C:\Users\chainey\AppData\Local\Temp\cckMDaLj.o:example_v2.cpp:(.text+0x6db8): undefined reference to `magma_queue_destroy_internal'
C:\Users\chainey\AppData\Local\Temp\cckMDaLj.o:example_v2.cpp:(.text+0x6ddb): undefined reference to `magma_free_internal'
C:\Users\chainey\AppData\Local\Temp\cckMDaLj.o:example_v2.cpp:(.text+0x6dfe): undefined reference to `magma_free_internal'
C:\Users\chainey\AppData\Local\Temp\cckMDaLj.o:example_v2.cpp:(.text+0x6e09): undefined reference to `magma_free_cpu'
C:\Users\chainey\AppData\Local\Temp\cckMDaLj.o:example_v2.cpp:(.text+0x6e23): undefined reference to `magma_init'
C:\Users\chainey\AppData\Local\Temp\cckMDaLj.o:example_v2.cpp:(.text+0x6e78): undefined reference to `magma_finalize'
collect2.exe: error: ld returned 1 exit status
Make_example_v2:25: recipe for target 'example_v2' failed"