The code below writes a few variables into a .csv file. It works fine with ifort and gfortran (who interpret RECL= statement as line length), but pgf95 inserts an extra line break after the ...
Is there any problem/issue I should be aware of when using intrinsic functions with OpenMP in pgf95?
I would expect the code below to print 1000 identical numbers, and it works correctly with ...