[mesa-users] Error on install
Joe Hellmers
hellmersjl at icloud.com
Sun Aug 16 02:06:16 EDT 2015
How can I troubleshoot install? Getting messages, but not much detail. I don’t see any log files being generated to give more info.
[fweber at gordon-ln1 mesa]$ ./install
/home/fweber/mesa/const
building const package.
make: `libconst.a' is up to date.
make: `libconst.a' is up to date.
gfortran -fopenmp -o ../tester test_const.o -L../../make -lconst
export
done
mesa const has been made, tested, and exported.
************************************************
/home/fweber/mesa/alert
building alert package.
make: `libalert.a' is up to date.
make: `libalert.a' is up to date.
gfortran -fopenmp -o ../tester test_alert.o -L../../make -lalert -L../../../lib
export
done
mesa alert has been made, tested, and exported.
************************************************
/home/fweber/mesa/utils
building utils package.
gfortran -fno-range-check -fopenmp -I../public -I../private -I../../include -Wunused-value -Werror -W -fimplicit-none -O2 -c -ffree-form -x f95-cpp-input ../private/utils_isnan_okay.f
../private/utils_isnan_okay.f:43.36:
is_real_inf = (2*x==x .and. x /= 0)
1
Warning: Inequality comparison for REAL(4) at (1)
../private/utils_isnan_okay.f:43.24:
is_real_inf = (2*x==x .and. x /= 0)
1
Warning: Equality comparison for REAL(4) at (1)
../private/utils_isnan_okay.f:37.31:
is_inf = (2*x==x .and. x /= 0)
1
Warning: Inequality comparison for REAL(8) at (1)
../private/utils_isnan_okay.f:37.19:
is_inf = (2*x==x .and. x /= 0)
1
Warning: Equality comparison for REAL(8) at (1)
make: *** [utils_isnan_okay.o] Error 1
/home/fweber/mesa/utils/make
FAILED
/home/fweber/mesa/utils
./build_and_test FAILED
More information about the Mesa-users
mailing list