From: Jason N. <nor...@as...> - 2009-09-17 15:05:25
|
Hi, I'm trying to compile mesa on mac os 10.6 using gfortran and have encountered a "test failed" during compilation. I'm not sure what is causing this, has anyone encountered it before? It looks like utils/ test/test_output is different from utils/test/tmp.txt. Here's the relevant part during compilation. Any help is much appreciated! Jason make: `libutils.a' is up to date. gfortran -fopenmp -o ../tester test_utils.o -L../../make -lutils - L../../../lib -lalert first file is short 35c35 < eof_token --- field 3 > name_token 3 fin 36c36 < --- field 1 > eof_token 37c37 < done test_token_read --- field 2 > 38c38 < --- field 2 > done test_token_read /Users/nordhaus/Physics/Codes/mesa/utils/test TEST FAILED -- compare test_output to tmp.txt |