File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/Utils/Raster/makebcs Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -51,4 +51,9 @@ ecbuild_add_executable (TARGET mkEASETilesParam.x SOURCES mkEASETilesParam.F90 L
5151
5252install (PROGRAMS clsm_plots.pro create_README.csh DESTINATION bin)
5353file (GLOB MAKE_BCS_PYTHON CONFIGURE_DEPENDS "./make_bcs*.py" )
54+ list (FILTER MAKE_BCS_PYTHON EXCLUDE REGEX "make_bcs_shared.py" )
5455install (PROGRAMS ${MAKE_BCS_PYTHON} DESTINATION bin)
56+
57+ set (file ./make_bcs_shared.py)
58+ configure_file (${file} ${file} @ONLY)
59+ install (PROGRAMS ${CMAKE_CURRENT_BINARY_DIR} /${file} DESTINATION bin)
Original file line number Diff line number Diff line change 88BUILT_ON_SLES15 = "@BUILT_ON_SLES15@"
99def get_script_head () :
1010
11- head = """#!/bin/csh -x
11+ head = """#!/bin/csh -x
1212
1313#SBATCH --output={EXPDIR}/{TMP_DIR}/logs/{GRIDNAME}/{GRIDNAME2}.log
1414#SBATCH --error={EXPDIR}/{TMP_DIR}/logs/{GRIDNAME}/{GRIDNAME2}.err
You can’t perform that action at this time.
0 commit comments