/[MITgcm]/MITgcm/tools/genmake2
ViewVC logotype

Diff of /MITgcm/tools/genmake2

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.262 by jmc, Thu Aug 22 20:49:59 2013 UTC revision 1.263 by jahn, Mon Jan 6 16:49:10 2014 UTC
# Line 2356  EOF Line 2356  EOF
2356      fi      fi
2357  fi  fi
2358    
 #  Check for package RADTRANS: if LAPACK is not available,  
 #  then issue a warning that the direct radtrans solver is not available.  
 if test "x$HAVE_LAPACK" != xt ; then  
     echo " $PACKAGES " | grep ' radtrans ' > /dev/null 2>&1  
     RETVAL=$?  
     if test "x$RETVAL" = x0 ; then  
         cat <<EOF  
 *********************************************************************  
 WARNING: the "radtrans" package was enabled but tests failed to  
   compile LAPACK applications.  This means that the direct radtrans  
   solver is not available and compilation will fail if it is enabled.  
   If you want to use the direct solver, please check that:  
   
   1) LAPACK is correctly installed for this compiler and  
   2) the LIBS variable (within the "optfile") specifies the correct  
      LAPACK library to link against.  
 *********************************************************************  
 EOF  
     fi  
 fi  
   
2359  #  Make sure the openad package is enabled if using OpenAD  #  Make sure the openad package is enabled if using OpenAD
2360  if test "x$OPENAD" != x ; then  if test "x$OPENAD" != x ; then
2361      echo " $PACKAGES " | grep ' openad ' > /dev/null 2>&1      echo " $PACKAGES " | grep ' openad ' > /dev/null 2>&1

Legend:
Removed from v.1.262  
changed lines
  Added in v.1.263

  ViewVC Help
Powered by ViewVC 1.1.22