Listing of Source Code in build directories

Hi everyone, When I ran cesm 1.03/1.04 there were .lst files in the build directories under the different models  that had the exact source code thatwas used for my case.  Now that I am using 1.05/1.1.1 this feature has vanished.  I find that it is extremely usefull for debugging to have the listing of the code that I actually compiled available. Please let me know if there is some method to turn this back on ? thank you, Caroline
 

jedwards

CSEG and Liaisons
Staff member
That feature is trigured by a compiler option.   Please refer to the users guide for whichever compiler you are using.   For xlf it's -qlist
 
Back
Top