From dc2038c103154015c1ccce25c6c9d3a98f7fa50e Mon Sep 17 00:00:00 2001 From: Doug Latornell Date: Fri, 8 Jul 2022 16:19:10 -0700 Subject: [PATCH] Bump version to 22.2 for release. * Drop --cedar-broadwell flag from run sub-command * Add --cpu-arch option to run sub-command * Add --cores-per-node option to run sub-command * Increase sockeye memory request to 186gb * Update sockeye module loads re: new software stack --- salishsea_cmd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salishsea_cmd/__init__.py b/salishsea_cmd/__init__.py index 34caf5d9..3f07b212 100644 --- a/salishsea_cmd/__init__.py +++ b/salishsea_cmd/__init__.py @@ -16,4 +16,4 @@ # SPDX-License-Identifier: Apache-2.0 -__version__ = "22.2.dev0" +__version__ = "22.2"