Bill Hoffman wrote:
Joachim Geiger wrote:
//No help, variable specified on the command line.
CMAKE_Fortran_COMPILE_FLAGS=-qrealsize:UNINITIALIZED=8
//Flags for Fortran compiler.
CMAKE_Fortran_FLAGS:STRING=-qrealsize=8
So I did not know what to fix there.
However, in the files flags.make and
Joachim Geiger wrote:
//No help, variable specified on the command line.
CMAKE_Fortran_COMPILE_FLAGS=-qrealsize:UNINITIALIZED=8
//Flags for Fortran compiler.
CMAKE_Fortran_FLAGS:STRING=-qrealsize=8
So I did not know what to fix there.
However, in the files flags.make and link.txt in the proje
Bill Hoffman wrote:
Joachim Geiger wrote:
Hello,
I have the following problem with a fortran compiler flag I want to be
accepted. Compiler is the IBM compiler version 8. The compiler flag I
want to be accepted is -qrealsize=8 .
Using CMAKE_VERBOSE_MAKEFILE=ON I see that the compiler flag appe
Joachim Geiger wrote:
Hello,
I have the following problem with a fortran compiler flag I want to be
accepted. Compiler is the IBM compiler version 8. The compiler flag I
want to be accepted is -qrealsize=8 .
Using CMAKE_VERBOSE_MAKEFILE=ON I see that the compiler flag appears as
-fdefault-real
Hello,
I have the following problem with a fortran compiler flag I want to be
accepted. Compiler is the IBM compiler version 8. The compiler flag I
want to be accepted is -qrealsize=8 .
Using CMAKE_VERBOSE_MAKEFILE=ON I see that the compiler flag appears as
-fdefault-real-8
I tried -DCMAKE_Fort