I have ported Fortran90 functions that I used to compile with mex (using gfortran as F90-compiler) to CUDA-Fortran code with the intention to compile it with mex, editing the engopts.sh to use pgifortran instead. However this causes problems of the kind "undefined reference to MAIN_" and "undefined reference to mexerrmsgtxt_'. When I Google, I find some mostly older posts about this problem but its not clear whether the issues are resolved. My question is if there exists a (publically available) engopts.sh sample which allows for pgi fortan90 compilation. I use Matlab R2015a, the intended fortran compiler being pgi/14.10 and the Linux distro being Scientific Linux 6 x86_64.
Cheers, Martin