We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66e80c commit 234534cCopy full SHA for 234534c
2 files changed
CHANGELOG.md
@@ -1,6 +1,7 @@
1
## ASPEN development version
2
3
- Fix broken data path for biowulf. (#104, @kelly-sovacool)
4
+- Remove deprecated `ccr` partition. (#106, @kelly-sovacool)
5
6
## ASPEN 1.1.1
7
resources/cluster.json
@@ -2,7 +2,7 @@
"__default__": {
"gres": "lscratch:256",
"mem": "48g",
- "partition": "norm,ccr",
+ "partition": "norm",
"qos": "global",
"threads": "2",
8
"time": "2-00:00:00",
0 commit comments