Ignore:
Timestamp:
May 23, 2006, 4:44:11 PM (18 years ago)
Author:
ole
Message:

Updated compile and install for Opteron 64 using the Portland group compiler.
Need to make this more general!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pypar_dist/install.py

    r85 r2949  
    4141  import compile
    4242  compile.compile('mpiext.c', MPICC, verbose = 1)
    43 except:
    44   raise "Could not compile C extension mpiext.c - please try manually"       
     43except Exception, e:
     44  raise "Could not compile C extension mpiext.c - please try manually: %s" %e       
    4545
    4646
Note: See TracChangeset for help on using the changeset viewer.