Sunday, October 01, 2006

Pario built on System X!

I've built Pario after making the following changes to the build script:

sysx1:~/lmarr/cmaq/scripts/pario jlinford$ diff bldit.pario.xlf bldit.pario.pgf
28,31c28,31
< # 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
41c41
< set MPI = /nfs/compilers/mpich-1.2.5/include
---
> set MPI = /share/linux/bin/mpich-ch_p4/include
45,46c45,46
< 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"


I also had to create a link for the IOAPI_3 library in /nfs/home/jlinford/lmarr/cmaq/cmaq-4.5.1/lib/ioapi_3:


sysx1:~/lmarr/cmaq/cmaq-4.5.1/lib/ioapi_3 jlinford$ ls -l
total 8
lrwxr-xr-x 1 jlinford tcf 9 1 Oct 19:12 ioapi -> src/ioapi
drwxr-xr-x 13 jlinford tcf 442 1 Oct 17:53 src

0 Comments:

Post a Comment

<< Home