From: Phil A. <pl...@vi...> - 2011-09-19 12:30:40
|
Greetings, I encountered a compilation error for version 3611, for Mac OS X (10.6.8), with gfortran 4.6.1: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- gfortran -fopenmp -o ../show_rates reaction_rate_from_cache.o -L../../make -lrates -L../../../lib -lreaclib -lweak -lchem -linterp_2d -linterp_1d -lnum -lutils -lalert -lconst -lmtx -lmesaklu -lmesalapack -lmesablas 58c58 < rne20ap_to_mg24 0.0000000000000000E+00 --- field 2 relative error 1.00e+00 > rne20ap_to_mg24 1.3318310086100496E-08 60c60 < rmg24ap_to_si28 0.0000000000000000E+00 --- field 2 relative error 1.00e+00 > rmg24ap_to_si28 2.6558494648638122E-06 62c62 < r_c12_to_he4_he4_he4 0.0000000000000000E+00 --- field 2 relative error 1.00e+00 > r_c12_to_he4_he4_he4 1.4771305847143582E-26 63c63 < r_ne20_ga_o16 0.0000000000000000E+00 --- field 2 relative error 1.00e+00 > r_ne20_ga_o16 3.8122575515639085E-16 /Users/arras/stars/mesa/rates/test TEST FAILED -- compare test_output to tmp.txt /Users/arras/stars/mesa/rates ./build_and_test FAILED -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Comparing the two files gave: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Phil-Arras-MacBook-Pro:mesa/rates/test] arras% diff test_output tmp.txt 1c1 < --- > 5c5 < --- > 21c21 < rn15pg_aux 3.0733146900102957E+02 --- > rn15pg_aux 3.0733146900102952E+02 26c26 < r_mg24_ag_si28 7.3991076437333121E-04 --- > r_mg24_ag_si28 7.3991076437333111E-04 31c31 < --- > 33,34c33,34 < < --- > > 38c38 < --- > 58c58 < rne20ap_to_mg24 1.3318310086100496E-08 --- > rne20ap_to_mg24 0.0000000000000000E+00 60c60 < rmg24ap_to_si28 2.6558494648638122E-06 --- > rmg24ap_to_si28 0.0000000000000000E+00 62,64c62,64 < r_c12_to_he4_he4_he4 1.4771305847143582E-26 < r_ne20_ga_o16 3.8122575515639085E-16 < --- > r_c12_to_he4_he4_he4 0.0000000000000000E+00 > r_ne20_ga_o16 0.0000000000000000E+00 > 66,69c66,69 < < FL_epsnuc_3alf 1.1675035548327446E+21 < < --- > > FL_epsnuc_3alf 1.1675035548327443E+21 > > 73c73 < --- > 75c75 < --- > 77c77 < --- > -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- So they only differ by a tiny amount. Oddly, the first time I tried the installation it barfed on the mtx routine. Then just for the fun of it I tried doing ./install again and it got through mtx, but then stopped on rates, and is stuck there no matter how many times I try ./install. Help! cheers, Phil |