Hi ,
I am a beginner and I am trying to help a professor, to execute his Fortran program. He wants to setup the size of DOUBLE variables to 128 bits during compile time. I came across this option to set double variables default precision to 64 bits (-fdefault-double-8). Is there any other...