[cig-commits] [commit] master: PyAxi.py: Use INCLUDE_MPI option (30ce79c)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Oct 17 11:48:41 PDT 2014


Repository : https://github.com/geodynamics/axisem

On branch  : master
Link       : https://github.com/geodynamics/axisem/compare/c330f274277e6e4afc947b04543e75151372e3f2...2125407ff45c6576784a2169142d63e16d8913cc

>---------------------------------------------------------------

commit 30ce79caa34a02db2310b3ccac7447b855fe97ee
Author: Simon Stähler <staehler at geophysik.uni-muenchen.de>
Date:   Fri Oct 17 20:48:32 2014 +0200

    PyAxi.py: Use INCLUDE_MPI option


>---------------------------------------------------------------

30ce79caa34a02db2310b3ccac7447b855fe97ee
 TESTING/PyAxi.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/TESTING/PyAxi.py b/TESTING/PyAxi.py
index 90ca06c..457e4eb 100644
--- a/TESTING/PyAxi.py
+++ b/TESTING/PyAxi.py
@@ -179,6 +179,7 @@ def PyAxi(**kwargs):
     make_axisem_ls.append('USE_NETCDF = %s \n' %(input['make_axisem_use_netcdf']))
     make_axisem_ls.append('NETCDF_PATH = %s \n' %(input['make_axisem_netcdf_path']))
     make_axisem_ls.append('SERIAL = %s \n' %(input['make_axisem_serial']))
+    make_axisem_ls.append('INCLUDE_MPI = %s \n' %(input['make_axisem_include_mpi']))
     make_axisem_ls.append('CC = %s \n' %(input['make_axisem_CC']))
     make_axisem_ls.append('FC = %s \n' %(input['make_axisem_FC']))
     make_axisem_ls.append('FFLAGS = %s \n' %(input['make_axisem_FFLAGS']))
@@ -1232,6 +1233,7 @@ def read_input_file():
     input['make_axisem_use_netcdf'] = config.get('MAKE_AXISEM', 'USE_NETCDF')
     input['make_axisem_netcdf_path'] = config.get('MAKE_AXISEM', 'NETCDF_PATH')
     input['make_axisem_serial'] = config.get('MAKE_AXISEM', 'SERIAL')
+    input['make_axisem_include_mpi'] = config.get('MAKE_AXISEM', 'INCLUDE_MPI')
     input['make_axisem_CC'] = config.get('MAKE_AXISEM', 'CC')
     input['make_axisem_FC'] = config.get('MAKE_AXISEM', 'FC')
     input['make_axisem_FFLAGS'] = config.get('MAKE_AXISEM', 'FFLAGS')



More information about the CIG-COMMITS mailing list