# | Line 100 | Line 100 | if (defined($outfile)) | |
---|---|---|
100 | # Error messages | |
101 | if (!$hasicc && !$hasgcc) | |
102 | { | |
103 | < | print "ERROR: Acceptable C compiler not found!\n"; |
103 | > | print "Warning: Acceptable C compiler not found! icc will be assumed.\n"; |
104 | } | |
105 | elsif ($hasicc) | |
106 | { | |
# | Line 113 | Line 113 | if (defined($outfile)) | |
113 | ||
114 | if (!$hasifort && !$hasgfort) | |
115 | { | |
116 | < | print "ERROR: Acceptable Fortran compiler not found!\n"; |
116 | > | print "Warning: Acceptable Fortran compiler not found! ifort will be assumed.\n"; |
117 | } | |
118 | elsif ($hasifort) | |
119 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |