Hi ‘Accelerators’!
It is possible to compile and run F90 Accelerated code (based on directives) on my laptop, which has no GPU attached?
I assume that the -Mcuda=emu gives the option for CUDA Fortran code to execute on non-GPU machines in emulator mode, but what about simple accelerator directive based code? – The reason; I would like to develop locally and then port to a large system where production should take place.
Just made a clean install of PGVF (v.10.3, on WinXPpro), the entire bundle with VS etc. But depending on which flags I set in under Project properties -> Configuration Properties -> Fortran -> … etc I get either error at runtime telling med that “nvcuda.dll” is not found, or at linktime that linker cannot find “libacc1mprt.lib”. Do I need additional libraries/dlls, or is it just not possible to run directive based accelerator code in non-GPU emulator mode?
Best regards,
Jacob