Trivial bug + misc. issue

mirin

New Member
Perhaps this was already fixed. In scripts/ccsm_utils/Tools/ccsm_build.csh, around line 104, there is Macors ["Macors.$OS"] instead of Macros.

Misc. issue: Our IA64 system has difficulty with write (*,*), so I've been changing them to write (6,*). Also, I have found that the write(6 statements are redirected to the log file, but the print *, statements are not.
 

murphys

Member
art,

the typo was already found and your second change has been adopted. both
will be available in the next release.

thanks,
 
Back
Top