*** install.com.old	Thu Aug 25 11:08:35 2005
--- install.com	Thu Aug 25 11:10:28 2005
***************
*** 121,126 ****
--- 121,128 ----
  set ifc = 0
  set efc = 0
  set pgf77 = 0
+ set pathf90 = 0
+ set pathcc = 0
  set cfort = 0
  set f90 = 0
  set nih = 0
***************
*** 181,186 ****
--- 183,190 ----
    echo "         IFC  Uses IA-32 Intel Fortran ifc/Linux (default is g77)."
    echo "         EFC  Uses IA-64 Intel Fortran efc/Linux and forces I8 (default is g77)."
    echo "       PGF77  Uses PGI f77/Linux (default is g77)."
+   echo "     PATHF90  Uses PathScale pathf90 on Linux (default is g77)."
+   echo "     PATHCC   Uses PathScale pathcc on Linux (default is cc)."
    echo "        FORT  Uses Compaq ccc and fort on Alpha Linux (default is g77)."
    echo "         NIH  Uses extra keywords for NIH."
    echo "        TSRI  Uses extra keywords for TSRI."
***************
*** 233,238 ****
--- 237,244 ----
        set longint = 1
      endif
      if ( $opt == 'PGF77') set pgf77 = 1
+     if ( $opt == 'PATHF90' ) set pathf90 = 1
+     if ( $opt == 'PATHCC' ) set pathcc = 1 
      if ( $opt == 'FORT') set cfort = 1
      if ( $opt == 'F90'|| $opt == 'f90' ) set f90 = 1
      if ( $opt == 'NIH'|| $opt == 'nih' ) set nih = 1
***************
*** 330,335 ****
--- 336,343 ----
      setenv INTEL32_IFC YES
    else if ( $efc == 1 ) then
      setenv INTEL64_EFC YES
+   else if ( $pathf90 == 1) then
+     setenv PATHF90 YES
    else if ( $pgf77 == 1 ) then
      setenv PGI_F77 YES
    else if ( $cfort == 1 ) then
***************
*** 338,343 ****
--- 346,354 ----
    else
      setenv GNU_G77 YES
    endif
+   if ( $pathcc == 1 ) then
+     setenv PATHCC YES
+   endif
  endif
  #
  if (! -e $chmbuild ) then
***************
*** 1236,1241 ****
--- 1247,1253 ----
      sed -e 's/g77/mpif77/g' -e 's/gcc/mpicc/g' \
          -e 's/fort/mpif77 -fc=fort/g' -e 's/ccc/mpicc -cc=ccc/g' \
          -e 's/ifc/mpif77/g' \
+         -e 's/pathf90/mpif77/g' \
          -e 's/pgf77/mpif77 -fc pgi/g' < Makefile.tmp_$$ > Makefile_$$
      /bin/rm Makefile.tmp_$$
  else if( $chm_host == hpitanium && $mpiset == 1 ) then
