From 9fe718c9c6084ea4ace37e0146e9a0065e5f7cc7 Mon Sep 17 00:00:00 2001 From: Giordon Stark Date: Tue, 28 Apr 2026 09:16:49 -0400 Subject: [PATCH 1/5] add documentation for mwt2 --- docs/uchicago/batch.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/uchicago/batch.md b/docs/uchicago/batch.md index 0c0ee73..de8df65 100644 --- a/docs/uchicago/batch.md +++ b/docs/uchicago/batch.md @@ -196,6 +196,17 @@ release it (check HTCondor commands). the available resources, specially to let the long queue available for long jobs. +### Expanding the default pool + +Jobs can be flocked out to multiple compute sites. This generally can be +controlled or configured by an additional flag in the job submit file. We cannot +guarantee that `/home` will be accessible to nodes in other pools, see notes in +the below table. + +| Flag | Pool | Notes | +| ------------------ | -------------- | ----------------------------------------------------- | +| `+ALLOW_MWT2=True` | MidWest Tier-2 | `/data` is hot-mounted through `autofs` when accessed | + ## Submitting multiple jobs HTCondor can submit many independent jobs from a single submit file. From 2caaf1563762584cb1970ff8f676c2db87820685 Mon Sep 17 00:00:00 2001 From: Giordon Stark Date: Tue, 28 Apr 2026 09:27:15 -0400 Subject: [PATCH 2/5] clarify more --- docs/uchicago/batch.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/uchicago/batch.md b/docs/uchicago/batch.md index de8df65..af2342a 100644 --- a/docs/uchicago/batch.md +++ b/docs/uchicago/batch.md @@ -196,16 +196,16 @@ release it (check HTCondor commands). the available resources, specially to let the long queue available for long jobs. -### Expanding the default pool +### Submitting to other site queues Jobs can be flocked out to multiple compute sites. This generally can be controlled or configured by an additional flag in the job submit file. We cannot -guarantee that `/home` will be accessible to nodes in other pools, see notes in -the below table. +guarantee that some mounts like `/home` and `/data` will be accessible to nodes +in other queues, see notes in the below table. -| Flag | Pool | Notes | -| ------------------ | -------------- | ----------------------------------------------------- | -| `+ALLOW_MWT2=True` | MidWest Tier-2 | `/data` is hot-mounted through `autofs` when accessed | +| Flag | Pool | Notes | +| ------------------ | ----------------------------- | -------------------------------------------------------------------------------------------- | +| `+ALLOW_MWT2=True` | MidWest Tier-2 Overflow queue | `/home` and `/data` are hot-mounted through `autofs` when accessed, 6GB RAM per core or less | ## Submitting multiple jobs From cf00fa5805ae660829580885362f391b33f3eeda Mon Sep 17 00:00:00 2001 From: Giordon Stark Date: Tue, 28 Apr 2026 09:34:40 -0400 Subject: [PATCH 3/5] update getting help --- docs/getting_help.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/getting_help.md b/docs/getting_help.md index b535e3e..8708e72 100644 --- a/docs/getting_help.md +++ b/docs/getting_help.md @@ -41,6 +41,13 @@ contact the appropriate team below: :material-email: **Email:** [atlas-us-chicago-tier3-admins@cern.ch](mailto:atlas-us-chicago-tier3-admins@cern.ch) + Please + [join the e-group](https://e-groups.cern.ch/e-groups/Egroup.do?egroupName=atlas-us-chicago-tier3-admins) + first. + + :simple-mattermost: **Chat:** + [CERN Mattermost](https://mattermost.web.cern.ch/signup_user_complete/?id=dmzhp4bq5in18fx9gpznsepmph&md=link&sbr=su) + - :material-chip:{ .lg .middle } **SLAC Analysis Facility** *** @@ -52,7 +59,7 @@ contact the appropriate team below: [join the e-group](https://e-groups.cern.ch/e-groups/Egroup.do?egroupName=atlas-us-slac-acf) first. - :material-chat: **Chat:** + :simple-mattermost: **Chat:** [CERN Mattermost](https://mattermost.web.cern.ch/slac-testing/channels/town-square) From 78493bce577fce03d7ec316a5a001fa40af528f7 Mon Sep 17 00:00:00 2001 From: Giordon Stark Date: Tue, 28 Apr 2026 10:13:28 -0400 Subject: [PATCH 4/5] bump timeout to 60 --- lychee.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/lychee.toml b/lychee.toml index b9282ab..db5b576 100644 --- a/lychee.toml +++ b/lychee.toml @@ -17,3 +17,4 @@ exclude = [ ] insecure = true +timeout = 60 From 38c41b7da1bd19a995265ab937a5433fce8955bb Mon Sep 17 00:00:00 2001 From: Giordon Stark Date: Tue, 28 Apr 2026 10:32:18 -0400 Subject: [PATCH 5/5] add tipsmake as timing out --- lychee.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/lychee.toml b/lychee.toml index db5b576..d7d8712 100644 --- a/lychee.toml +++ b/lychee.toml @@ -14,6 +14,7 @@ exclude = [ "https://sdf.slac.stanford.edu/", "https://www-internal.slac.stanford.edu/", "https://www.sdcc.bnl.gov/", + "https://tipsmake.com/install-centos-on-windows-10-wsl", # timeout ] insecure = true