From: Aaron D. <aar...@gm...> - 2010-10-07 13:02:24
|
Hello Nathan, Depending on the version of gfortran you're using, you may find that it is unwilling to pass the name of a function as an argument. I compiled it successfully using gcc version 4.4.4 20100630 (Red Hat 4.4.4-10). My read of the gfortran specs is that this will not work with version 4.4 or earlier but should work with 4.5 or later. The easiest way to get around this issue--assuming you don't want or need to use the plot program--is to remove or comment out references to "PLOTTER" in kap/preprocessor/make/makefile. Aaron On Thu, Oct 7, 2010 at 12:46 AM, Nathan Lee Thompson < nlt...@wi...> wrote: > > Hello, > > My name is Nathan Thompson. I am a graduate student at Wichita State > University. When I was trying to use the opacity preprocessor to generate > kappa tables for MESA to use, I received a complier error: > > Error: Internal procedure 'f_for_logrho' is not allowed as an actual > argument at (1) > ../src/plot.f:377.12: > > f_for_logRho, x1, x3, y1, y3, imax, epsx, epsy, lrpar, rpar, > lipar, > 1 > Error: Internal procedure 'f_for_logrho' is not allowed as an actual > argument at (1) > make: *** [plot.o] Error 1 > > I am running kubuntu and using gfortran to compile MESA. I attempted to > find the relevant lines in the makefile script to comment out to subvert the > issue, but to no avail. Some detailed instructions on getting this to work > would be very helpful. > > Thanks, > Nathan > > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users > |