search for: rmpifort

Displaying 1 result from an estimated 1 matches for "rmpifort".

2019 Mar 02
0
Using a different compiler when creating a package on Windows
...libaccn.lib -Ld:/PGI/win64/18.10/lib/libaccg2.lib -Ld:/PGI/win64/18.10/lib/libcudadevice.lib -Ld:/PGI/win64/18.10/lib/pgc14.lib -Ld:/PGI/win64/18.10/lib/libnspgc.lib -defaultlib:legacy_stdio_definitions -defaultlib:oldnames -Ld:/PGI/win64/18.10/bin/pgf90.dll -Ld:/PGI/win64/18.10/bin/pgc14.dll rmpiFort.obj: rmpiFort.f90 $(FC) $(FFLAGS) $(MPI_FFLAGS) -c rmpiFort.f90 -o rmpiFort.obj -m64 $(FC) $(CUDA_FFLAGS) $(DLLCUDA_FFLAGS) -c test4.f90 -o test4.obj -m64 $(FC) $(SHLIB_FFLAGS) $(FFLAGS) $(MPI_FFLAGS) $(CUDA_FFLAGS) -o rmpiFort.dll test4.obj rmpiFort.obj -m64 When I do Make check, I get the fol...