diff --git a/CHANGELOG.md b/CHANGELOG.md index 602f9f0..e780818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## ASPEN development version - Fix broken data path for biowulf. (#104, @kelly-sovacool) +- Remove deprecated `ccr` partition. (#106, @kelly-sovacool) ## ASPEN 1.1.1 diff --git a/resources/cluster.json b/resources/cluster.json index 7f18f4d..ba59427 100755 --- a/resources/cluster.json +++ b/resources/cluster.json @@ -2,7 +2,7 @@ "__default__": { "gres": "lscratch:256", "mem": "48g", - "partition": "norm,ccr", + "partition": "norm", "qos": "global", "threads": "2", "time": "2-00:00:00",