Skip to content

Commit

Permalink
Use UCX on Narwhal, skip ~/.spack logic for macOS, delete CI workfl…
Browse files Browse the repository at this point in the history
…ows on R&D cluster and macOS Intel (#1033)

Provide instructions for loading Cray UCX module instead of OFI module at runtime on Narwhal for better performance.
Revert node.js workaround on Narwhal. Requires Bug fix for py-jupyter-server and hidden npm/node dependency spack#417. This also fixed the build error reported on macOS.
Skip recent change to ignore ~/.spack on macOS to avoid annoying error messages
Delete CI workflows on JCSDA R&D cluster and macOS Intel (both turned off)
Bug fix in configs/common/modules_*.yaml: need protobuf and py-protobuf modules for cylc-jupyter server to work
  • Loading branch information
climbfuji authored Mar 20, 2024
1 parent 27d9a66 commit b22234c
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 385 deletions.
141 changes: 0 additions & 141 deletions .github/workflows/macos-ci-x86_64.yaml

This file was deleted.

235 changes: 0 additions & 235 deletions .github/workflows/ubuntu-rnd-x86_64.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions configs/common/modules_lmod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ modules:
- openssl
- perl
- pkgconf
- protobuf
- py-protobuf
- qt
- randrproto
- readline
Expand Down
2 changes: 0 additions & 2 deletions configs/common/modules_tcl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ modules:
- openssl
- perl
- pkgconf
- protobuf
- py-protobuf
- qt
- randrproto
- readline
Expand Down
Loading

0 comments on commit b22234c

Please sign in to comment.