I have a NVIDIA Tesla C2075 GPU card and CUDA 8.0 toolkit.
./deviceQuery
and ./bandwidthTest
is also passed. Using "nvcc" I could pass the compilation and execution of CUDA test codes(*.cu) in C.
However, I can not compile and execute a fortran code (*.cuf) as there is no pgfortran available in CUDA 8.0 toolkit. Runtime compatible CUDA version with this card ( CC2.0) is CUDA 8.0 or less. All pgfortran or other nvidia fortran compilers ( nvfortran ) are only available from CUDA 10.0 and up, included in HPC SDK. There are no free pgfortran compilers available to download from web. What should I do so that I can work on my fortran codes( *.cuf) on this card using CUDA 8.0?
question from:
https://stackoverflow.com/questions/65867124/how-to-compile-and-execute-fortran-code-with-cuda-8-0 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…