CIME.BuildTools.configure.configure
- CIME.BuildTools.configure.configure(machobj, output_dir, macros_format, compiler, mpilib, debug, comp_interface, sysos, unit_testing=False, noenv=False, threaded=False, extra_machines_dir=None)[source]
Add Macros, Depends, and env_mach_specific files to a directory.
Arguments: machobj - Machines argument for this machine. output_dir - Directory in which to place output. macros_format - Container containing the string ‘Makefile’ to produce
Makefile Macros output, and/or ‘CMake’ for CMake output.
compiler - String containing the compiler vendor to configure for. mpilib - String containing the MPI implementation to configure for. debug - Boolean specifying whether debugging options are enabled. unit_testing - Boolean specifying whether we’re running unit tests (as
opposed to a system run)
- extra_machines_dir - String giving path to an additional directory that will be
searched for cmake_macros.