Skip to content

Commit a2e15b0

Browse files
committed
dec edition
1 parent f496dde commit a2e15b0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/Computing-Newsletter-2025-12.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,25 @@ Users can currently run jobs with a fair-share priority. But we often find seve
3535
## Updates and reminders from last month
3636

3737

38-
### **Reminder: Official Datasets**
38+
### Reminder: Official Datasets
3939

4040
The Production Group makes official datasets. The Rice group has created a website for finding them. There are also command line tools for exploring further. See [the tutorial ](https://dune.github.io/computing-basics/03-data-management/index.html#official-datasets-) for details or go straight to the [website](https://dune-tech.rice.edu/dunecatalog/) to find your samples.
4141

4242

43-
### **New Spack “workflow” release **
43+
### New Spack “workflow” release
4444

4545
V. Hewes has created a new spack v1.0 dune-workflow environment for AL9. This includes the recent versions of rucio and justIN and allows setup of a basic environment with root and data access tools. The Spack team is still working on full LArSoft. See the release notes [here](https://github.com/DUNE/data-mgmt-ops/issues/990#issuecomment-3407061445).
4646

4747

48-
### **Reminder of Wednesday down times**
48+
### Reminder of Wednesday down times
4949

5050
A reminder that the Fermilab compute nodes and disk servers undergo monthly maintenance on the 3rd Wednesday of each month. Systems are partially unavailable for 3-6 hours, which leads to things not working.
5151

5252

5353

5454

5555

56-
### **Tokens**
56+
### Tokens
5757

5858
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](https://dune.github.io/computing-basics/Tokens/index.html) . On AL9, it still depends on which Spack environment you are using. The recent dune-workflow spack environment (above) can make tokens using justIN get-token. We suggest you upgrade to that one.
5959

@@ -70,13 +70,13 @@ export X509_CERT_DIR=/cvmfs/oasis.opensciencegrid.org/mis/certificates
7070
~~~
7171

7272

73-
## **Tips and Tricks: **
73+
## Tips and Tricks:
7474

7575

7676
### Want to read HDF5 files with LArSoft - for now you need to load a special library on the same line as your lar command.
7777

7878
`LD_PRELOAD=$XROOTD_LIB/libXrdPosixPreload.so lar -c standard_reco_protodunehd_keepup.fcl $DATA -n 1`
7979

80-
### **Using SL7**
80+
### Using SL7
8181

8282
Just a reminder that running larsoft still requires Scientific Linux 7 in a container. You can find sample scripts for setting up your container [here](https://dune.github.io/computing-basics/sl7_setup).

0 commit comments

Comments
 (0)