hi,
I want to create make file for NICOLE code with ifort
./create_makefile.py --compiler=mpif90 --otherflags='-O3 -r8 -xhost -heap-arrays 1600 -ipo'
but this message appears
Autodetected cswitch: -c
Autodetected modsuf: .mod
Autodetected modpath: -I
**** Using mpif90 ****
Testing system byte order (endianness)
Found little endian system
Testing compiler and flags with Hello World program
Command: mpif90 -O3 -r8 -xhost -heap-arrays 1600 -ipo test.f90
*** ERROR! Your compiler did not produce a suitable executable!
I want help