ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/moreconfigure.pl
(Generate patch)

Comparing moreconfigure.pl (file contents):
Revision 1.3 by arta, Fri Jun 5 23:23:29 2009 UTC vs.
Revision 1.4 by rick, Fri Jul 24 23:43:18 2009 UTC

# Line 104 | Line 104 | if (defined($outfile))
104      }
105      elsif ($hasicc)
106      {
107 <        print OUTFILE "AUTOCOMPILER = icc\n";
107 >        print OUTFILE "JSOC_AUTOCOMPILER = icc\n";
108      }
109      else
110      {
111 <        print OUTFILE "AUTOCOMPILER = gcc\n";
111 >        print OUTFILE "JSOC_AUTOCOMPILER = gcc\n";
112      }
113  
114      if (!$hasifort && !$hasgfort)
# Line 117 | Line 117 | if (defined($outfile))
117      }
118      elsif ($hasifort)
119      {
120 <        print OUTFILE "AUTOFCOMPILER = ifort\n";
120 >        print OUTFILE "JSOC_AUTOFCOMPILER = ifort\n";
121      }
122      else
123      {
124 <        print OUTFILE "AUTOFCOMPILER = gfortran\n";
124 >        print OUTFILE "JSOC_AUTOFCOMPILER = gfortran\n";
125      }
126  
127      close(OUTFILE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines