This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
# XCache | ||
|
||
Analysis Facility maintains an XCache server (managed through SLATE), with 25 x 1.5 TB NVMes and 2x25 Gbps NIC. | ||
To speed up remote data access, Analysis Facility maintains an XCache server (managed through SLATE), with 25 x 1.5 TB NVMes and 2x25 Gbps NIC. | ||
|
||
ServiceX uses the XCache by default. | ||
|
||
Users that want do access remote data of their own (on EOS or elsewhere) can manually add the prefix `root://192.170.240.18:1094//` to their root paths, eg: | ||
Users that want do access remote data of their own (on EOS or elsewhere) can manually add the prefix `root://xcache.af.uchicago.edu:1094//` to their root paths, eg: | ||
|
||
If the original path is eg.: | ||
|
||
root://someserver.org:1094//atlaslocalgroupdisk/rucio/user/mgeyik/63/c4/user.mgeyik.26617246._000006.out.root | ||
|
||
make it: | ||
|
||
root://192.170.240.18:1094//root://someserver.org:1094//atlaslocalgroupdisk/rucio/user/mgeyik/63/c4/user.mgeyik.26617246._000006.out.root | ||
root://xcache.af.uchicago.edu:1094//root://someserver.org:1094//atlaslocalgroupdisk/rucio/user/mgeyik/63/c4/user.mgeyik.26617246._000006.out.root | ||
|
||
While initial data access will be slightly slower, following accesses will be lightning fast. | ||
|
||
NB. ServiceX uses the XCache by default. |