Ignore:
Timestamp:
08/23/13 16:28:47 (12 years ago)
Author:
Mathieu Morlighem
Message:

NEW: removed ismpi and other configuration tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/toolkits.py

    r15771 r15907  
    1 from ismumps import *
    2 from ispetsc import *
     1from IssmConfig import IssmConfig
    32from mumpsoptions import *
    43from iluasmoptions import *
     
    1918        def __init__(self):    # {{{
    2019                #default toolkits
    21                 if ispetsc():
     20                if IssmConfig('_HAVE_PETSC_')[0]:
    2221                        #MUMPS is the default toolkits
    23                         if ismumps():
     22                        if IssmConfig('_HAVE_MUMPS_')[0]:
    2423                                self.DefaultAnalysis           = mumpsoptions()
    2524                        else:
Note: See TracChangeset for help on using the changeset viewer.