diff --git a/applications/insarApp.py b/applications/insarApp.py index 372f197c7215fcdffb55b651da37cd759e1fa7fa..d2cf6e0c2407c2b6c6e364e50c8bb1cc762b1cdb 100644 --- a/applications/insarApp.py +++ b/applications/insarApp.py @@ -1191,13 +1191,13 @@ class Insar(_InsarBase): if __name__ == "__main__": - if not isce.stanford_license: - print("This workflow requires the Stanford licensed code elemnts.") - print("Unable to find the license information in the isce.stanford_license file.") - print("Please either obtain a stanford license and follow the instructions to") - print("install the stanford code elements or else choose a different workflow.") - raise SystemExit(0) - else: + # if not isce.stanford_license: + # print("This workflow requires the Stanford licensed code elemnts.") + # print("Unable to find the license information in the isce.stanford_license file.") + # print("Please either obtain a stanford license and follow the instructions to") + # print("install the stanford code elements or else choose a different workflow.") + # raise SystemExit(0) + # else: #make an instance of Insar class named 'insarApp' insar = Insar(name="insarApp") #configure the insar application diff --git a/applications/isceApp.py b/applications/isceApp.py index 3dcbdd0571410f61500a71537c8d0b855d0a392a..38ee5a9a0c2bacb81f5913b0b2b0234a21abbd2e 100644 --- a/applications/isceApp.py +++ b/applications/isceApp.py @@ -1780,13 +1780,13 @@ class IsceApp(Application, FrameMixin): if __name__ == "__main__": - if not isce.stanford_license: - print("This workflow requires the Stanford licensed code elemnts.") - print("Unable to find the license information in the isce.stanford_license file.") - print("Please either obtain a stanford license and follow the instructions to") - print("install the stanford code elements or else choose a different workflow.") - raise SystemExit(0) - else: + # if not isce.stanford_license: + # print("This workflow requires the Stanford licensed code elemnts.") + # print("Unable to find the license information in the isce.stanford_license file.") + # print("Please either obtain a stanford license and follow the instructions to") + # print("install the stanford code elements or else choose a different workflow.") + # raise SystemExit(0) + # else: #create the isce object isceapp = IsceApp(name='isceApp') #configure the isceapp object diff --git a/configuration/sconsConfigFile.py b/configuration/sconsConfigFile.py index eea7d86a5fa56f217df40f35943d7a2e4ef33df4..86c2d1f5206f9e0944f755bd9d77ae487c1d014a 100644 --- a/configuration/sconsConfigFile.py +++ b/configuration/sconsConfigFile.py @@ -35,7 +35,7 @@ import sys COMPILER_OPTIONS ={'COMPILER_OPTIMIZATION':'-O2','COMPILER_WARNING':'-Wall'} LINKER_OPTIONS ={'LINKFLAGS':'-fopenmp'} # some systems don't need it, but ubuntu does -GFORTRANFLAGS = ['-ffixed-line-length-none' ,'-fno-second-underscore', '-fPIC','-fno-range-check'] +GFORTRANFLAGS = ['-ffixed-line-length-none' ,'-fno-second-underscore', '-fPIC','-fno-range-check', '-fallow-argument-mismatch'] GCCFLAGS = ['-fPIC'] if 'DEVELOPER' in os.environ: GFORTRANFLAGS.append('-fbounds-check') diff --git a/contrib/SConscript b/contrib/SConscript index 11366b4baa18877898c33a44bd4c3dbbc9d650cd..8e6eca435234298ddfa36a45416954ece951507f 100644 --- a/contrib/SConscript +++ b/contrib/SConscript @@ -80,4 +80,4 @@ SConscript('splitSpectrum/SConscript') SConscript('alos2filter/SConscript') SConscript('alos2proc/SConscript') SConscript('alos2proc_f/SConscript') -SConscript('geo_autoRIFT/SConscript') +#SConscript('geo_autoRIFT/SConscript')