Skip to content

Commit 234534c

Browse files
fix: remove ccr partition (CCBR#106)
* fix: remove ccr partition * chore: update CHANGELOG.md
1 parent c66e80c commit 234534c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## ASPEN development version
22

33
- Fix broken data path for biowulf. (#104, @kelly-sovacool)
4+
- Remove deprecated `ccr` partition. (#106, @kelly-sovacool)
45

56
## ASPEN 1.1.1
67

resources/cluster.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"__default__": {
33
"gres": "lscratch:256",
44
"mem": "48g",
5-
"partition": "norm,ccr",
5+
"partition": "norm",
66
"qos": "global",
77
"threads": "2",
88
"time": "2-00:00:00",

0 commit comments

Comments
 (0)