Commits

Albert Cheng committed 2b67a833a7d
[svn-r17673] Changed the default fortran compilers from xlf and mpxlf_r to xlf90 and mpxlf90_r respectively. The fortran 90 compilers support free format source files. This allows the removal of -k so that the default compiler command is cleaner. Removed these two options from the fortran flags: -qmoddir=. because -qmoddir defaults to current directory already. -static because it is not mentioned in "man xlf". Don't know it was a typo or just an obsoleted option. Removing both of them produced no ill or visible effects. Tested: Up of LLNL