Skip to content

Commit 7d5926b

Browse files
committed
fixes for feb
1 parent 802ca2b commit 7d5926b

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

docs/Computing-Newsletter-2026-02.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you want computing news and have questions, remember to join the DUNE Slack a
88

99
Slack: #computing-questions, #computing-announcements, #computing_training_group
1010

11-
##Upcoming Events
11+
## Upcoming Events
1212

1313
### DUNE AI/ML and Software and Computing Workshop March 10-12 2026 at Rice
1414

@@ -22,9 +22,11 @@ Mark your calendars for May 11–15, 2026, for the NPC DUNE Data Analysis School
2222

2323
### Spack updates for LArSoft and Phlex
2424

25-
There has been a lot of work on spack builds for DUNE software for use on AL9. Please join the #spack channel in Slack for frequent updates.
25+
There has been a lot of work on `spack` builds for DUNE software for use on AL9. Please join the #spack channel in Slack for frequent updates.
2626

27-
From V. Hewes (2/16/2026) : the spack environments on CVMFS were just updated – there was a minor update to dune-sw-10_11_01d00-justin-01_06_00-prototype (dune-prototype) reflecting changes in the upstream FNAL environment, and there is also a new phlex-0_1_0-prototype environment, which is symlinked as dune-phlex-prototype for convenience. please let me know if you run into any issues, either with the updated dunesw environment or the new phlex environment!
27+
From V. Hewes (2/16/2026) : the spack environments on CVMFS were just updated – there was a minor update to `dune-sw-10_11_01d00-justin-01_06_00-prototype` (`dune-prototype`) reflecting changes in the upstream FNAL environment, and there is also a new `phlex-0_1_0-prototype` environment, which is symlinked as `dune-phlex-prototype` for convenience. please let me know if you run into any issues, either with the updated dunesw environment or the new phlex environment!
28+
29+
There is now a `#phlex` slack channel as well.
2830

2931
#### To get larsoft
3032

@@ -39,7 +41,7 @@ spack env activate dune-sw-10_11_01d00-justin-01_06_00-prototype
3941
~~~
4042
source /cvmfs/dune.opensciencegrid.org/spack/setup-env.sh
4143
echo "Activate dune-phlex-prototype"
42-
spack env activate phlex-0_1_0-prototype
44+
spack env activate dune-phlex-prototype
4345
~~~
4446

4547
## Upcoming changes
@@ -67,7 +69,7 @@ Just a reminder that running larsoft still requires Scientific Linux 7 in a cont
6769

6870
### Tokens
6971

70-
Tokens are the new way to authenticate to access dCache disk, our data catalogs (`rucio`) and submit batch jobs (`justin` and `jobsub`). On SL7, follow these instructions . The recent dune-prototype dune-prototype spack environment (above) can make tokens using `justin get-token`. We suggest you upgrade to that one.
72+
Tokens are the new way to authenticate to access dCache disk, our data catalogs (`rucio`) and submit batch jobs (`justin` and `jobsub`). On SL7, follow these instructions. The recent prototype spack environments (above) can make tokens using `justin get-token`. We suggest you upgrade to those.
7173

7274
If you just want to access files via `root` or `xrdcp` and don’t need `rucio` or `justin` you can use this method to get an interactive token.
7375

0 commit comments

Comments
 (0)