Skip to content

Commit

Permalink
updating genie filesystem.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis36 committed Oct 23, 2023
1 parent 5910d29 commit 0fed2e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/lc/lcats
Original file line number Diff line number Diff line change
Expand Up @@ -741,11 +741,14 @@ def getUniqueTestPath():
for name in ['jade', 'agate', 'mica', 'magma', 'ruby']:
filesystems[name] = ['/p/lustre2', '/p/lustre1']

for name in ['rzgenie']:
filesystems[name] = ['/p/lustre1']

for name in ['sierra', 'tron']:
filesystems[name] = [ '/p/gpfs1' ]

# RZ LLNL machines
for name in ['rzalastor', 'rzcereal', 'rzzeus', 'rzmerl', 'rzgenie', 'rztopaz']:
for name in ['rzalastor', 'rzcereal', 'rzzeus', 'rzmerl', 'rztopaz']:
filesystems[name] = [ '/p/lscratchrza' ]

for name in ['rzansel', 'lassen']:
Expand Down

0 comments on commit 0fed2e4

Please sign in to comment.