Sunday, October 01, 2006

Stenex built on System X!

I've built stenex with xlf after these changes made to the build script:

sysx1:~/lmarr/cmaq/scripts/stenex jlinford$ diff bldit.se.xlf bldit.se.pgf
27,30c27,30
< # if ($BLD_OS != 'Linux') then
< # echo " $BLD_OS -> wrong bldit script for host\!"
< # exit 1
< # endif
---
> if ($BLD_OS != 'Linux') then
> echo " $BLD_OS -> wrong bldit script for host\!"
> exit 1
> endif
43,44c43
< #set INCL = /share/linux/bin/mpich-ch_p4/include
< set INCL = /nfs/compilers/mpich-1.2.5/include
---
> set INCL = /share/linux/bin/mpich-ch_p4/include
47,49c46,47
< #set FC = /share/linux/pgi/linux86/5.0/bin/pgf90
< set FC = /opt/ibmcmp/xlf/8.1/bin/xlf95
< set FSTD = "-qfixed=110 -c"
---
> set FC = /share/linux/pgi/linux86/5.0/bin/pgf90
> set FSTD = "-Mfixed -Mextend -c"
111d108
< #echo "Skipping CVS export!"

0 Comments:

Post a Comment

<< Home