lsst-ctrl-platform-s3df 30.0.0rc2__py3-none-any.whl → 30.0.1rc1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -53,7 +53,26 @@ export _condor_CONDOR_HOST=${RUBIN_COLLECTOR_HOST}
53
53
  export _condor_COLLECTOR_HOST=${RUBIN_COLLECTOR_HOST}
54
54
  export _condor_CCB_ADDRESS=${RUBIN_COLLECTOR_HOST}
55
55
 
56
- export RELEASE_DIR=/sdf/group/rubin/sw/htcondor
56
+ # Determining the OS MAJOR_VERSION in order to utilize an
57
+ # appropriate HTCondor binary tarball for RELEASE_DIR.
58
+ # HTCondor releases different binaries for Alma8, Alma9, etc.
59
+ OSIN=`cat /etc/os-release | grep VERSION_ID`
60
+ while IFS='"' read -ra TOK; do
61
+ FULL_VERSION="${TOK[1]}"
62
+ echo "FULL_VERSION $FULL_VERSION"
63
+ while IFS='.' read -ra TOKEN; do
64
+ MAJOR_VERSION="${TOKEN[0]}"
65
+ done <<< "$FULL_VERSION"
66
+ done <<< "$OSIN"
67
+ echo "MAJOR_VERSION $MAJOR_VERSION"
68
+ if [ $MAJOR_VERSION == 9 ]; then
69
+ echo "It is Rocky9 Torino"
70
+ export RELEASE_DIR=/sdf/group/rubin/sw/htcondor.d/rocky9/current
71
+ else
72
+ echo "RHEL8 standard"
73
+ export RELEASE_DIR=/sdf/group/rubin/sw/htcondor
74
+ fi
75
+ echo "Using RELEASE_DIR ${RELEASE_DIR}"
57
76
  export _CONDOR_RELEASE_DIR=${RELEASE_DIR}
58
77
  export _CONDOR_SBIN=${RELEASE_DIR}/sbin
59
78
  export _CONDOR_FILETRANSFER_PLUGINS=${RELEASE_DIR}/libexec/curl_plugin
@@ -3,4 +3,4 @@ NUM_SLOTS=1
3
3
  NUM_SLOTS_TYPE_1=1
4
4
  SLOT_TYPE_1=cpus=$ENV(GNUMCORES),ram=$ENV(GMEM),swap=100%,disk=100%
5
5
  SLOT_TYPE_1_PARTITIONABLE = TRUE
6
- CLAIM_WORKLIFE = 100000
6
+ CLAIM_WORKLIFE = 300
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-ctrl-platform-s3df
3
- Version: 30.0.0rc2
3
+ Version: 30.0.1rc1
4
4
  Summary: Configuration and template files for s3df ctrl-execute platform.
5
5
  Project-URL: Source, https://github.com/lsst/ctrl_platform_s3df
6
6
  Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
@@ -7,11 +7,11 @@ lsst/ctrl/platform/s3df/etc/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQe
7
7
  lsst/ctrl/platform/s3df/etc/config/execConfig.py,sha256=nT3XYbRNo9i0UAcOHmlcXRlWSmTUOyC1T1BOl4Odl8g,239
8
8
  lsst/ctrl/platform/s3df/etc/config/slurmConfig.py,sha256=coGp9thxBSAXsvSknGT2az8A2KhdEjtUwKh-Yc84-dA,224
9
9
  lsst/ctrl/platform/s3df/etc/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
- lsst/ctrl/platform/s3df/etc/templates/allocation.sh.template,sha256=uM0iJUWNkI4vcgH0LEbKCEChbt9HBzgU4rXUPlb7xag,2896
11
- lsst/ctrl/platform/s3df/etc/templates/dynamic_slots.template,sha256=9eWolKIRHaa7XYoSZCMKlc9oSJ4GCSqok74u-Cmg9OY,157
10
+ lsst/ctrl/platform/s3df/etc/templates/allocation.sh.template,sha256=K3q5_gUZp2za9R021vbPA_Z87c7qq_GL0oKo5ZVlW8E,3565
11
+ lsst/ctrl/platform/s3df/etc/templates/dynamic_slots.template,sha256=WvEOZB284qWnhfqkfNgFqWz-gDfDzoZ27JGtj9N5UGk,154
12
12
  lsst/ctrl/platform/s3df/etc/templates/generic.slurm.template,sha256=kaXyjyRUxGDp5c3xramM06fxcMHd_riO2kY2Gn5ZiDY,535
13
13
  lsst/ctrl/platform/s3df/etc/templates/glidein_condor_config.template,sha256=8JTigNfvCfpe3CmRwfrntkAt5q9b5SLEQzKBcOND4TE,2518
14
- lsst_ctrl_platform_s3df-30.0.0rc2.dist-info/METADATA,sha256=SXRGiImM0BeEoPM4ZdXf8U9LelteGJVG1Z4eDLl2KS8,947
15
- lsst_ctrl_platform_s3df-30.0.0rc2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
16
- lsst_ctrl_platform_s3df-30.0.0rc2.dist-info/licenses/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
17
- lsst_ctrl_platform_s3df-30.0.0rc2.dist-info/RECORD,,
14
+ lsst_ctrl_platform_s3df-30.0.1rc1.dist-info/METADATA,sha256=dJQBTJf9Eanw68_O21QoWk7ropPEtm9GVDrvzMefVAk,947
15
+ lsst_ctrl_platform_s3df-30.0.1rc1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
16
+ lsst_ctrl_platform_s3df-30.0.1rc1.dist-info/licenses/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
17
+ lsst_ctrl_platform_s3df-30.0.1rc1.dist-info/RECORD,,