Skip to content

Commit

Permalink
Merge pull request #15 from xylar/fix_andes_e3sm_unified
Browse files Browse the repository at this point in the history
Fix andes e3sm-unified path and group
  • Loading branch information
xylar authored Nov 5, 2021
2 parents ab38621 + 13768c9 commit 5736263
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "mache" %}
{% set version = "1.1.2" %}
{% set version = "1.1.3" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion mache/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from mache.machine_info import MachineInfo
from mache.discover import discover_machine

__version_info__ = (1, 1, 2)
__version_info__ = (1, 1, 3)
__version__ = '.'.join(str(vi) for vi in __version_info__)
4 changes: 2 additions & 2 deletions mache/machines/andes.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
[e3sm_unified]

# the unix group for permissions for the e3sm-unified conda environment
group = cli900
group = cli115

# the path to the directory where activation scripts, the base environment, and
# system libraries will be deployed
base_path = /ccs/proj/cli900/sw/rhea/e3sm-unified
base_path = /gpfs/alpine/proj-shared/cli115/e3sm-unified


# config options related to data needed by diagnostics software such as
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = mache
version = 1.1.2
version = 1.1.3
author = Xylar Asay-Davis
author_email = [email protected]
description = A package for providing configuration data relate to E3SM supported machines
Expand Down

0 comments on commit 5736263

Please sign in to comment.