Skip to content

Commit 16e5510

Browse files
committed
Use ucx instead of ofi on Narwhal, also comment out node.js module
1 parent 07ee8f0 commit 16e5510

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

configs/sites/narwhal/compilers.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ compilers::
1111
modules:
1212
- PrgEnv-intel/8.3.2
1313
- intel-classic/2021.4.0
14-
- node.js/20.10.0
14+
#- node.js/20.10.0
1515
environment:
1616
prepend_path:
1717
PATH: '/opt/cray/pe/gcc/10.3.0/snos/bin'
@@ -32,7 +32,7 @@ compilers::
3232
modules:
3333
- PrgEnv-gnu/8.3.2
3434
- gcc/10.3.0
35-
- node.js/20.10.0
35+
#- node.js/20.10.0
3636
environment:
3737
prepend_path:
3838
LD_LIBRARY_PATH: '/opt/cray/pe/libsci/22.08.1.1/GNU/9.1/x86_64/lib'

configs/sites/narwhal/packages.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ packages:
1111
externals:
1212
- spec: cray-mpich@8.1.14%intel@2021.4.0 ~wrappers
1313
modules:
14+
- craype-network-ucx
1415
- cray-mpich/8.1.14
1516
- spec: cray-mpich@8.1.14%gcc@10.3.0 ~wrappers
1617
modules:
18+
- craype-network-ucx
1719
- cray-mpich/8.1.14
1820
#intel-oneapi-tbb:
1921
# externals:

doc/source/PreConfiguredSites.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ With Intel, the following is required for building new spack environments and fo
251251
module load cray-python/3.9.7.1
252252
module unload cray-libsci
253253
module load cray-libsci/22.08.1.1
254+
module unload craype-network-ofi
255+
module load craype-network-ucx
254256
255257
module use /p/app/projects/NEPTUNE/spack-stack/modulefiles
256258
module load ecflow/5.8.4
@@ -279,6 +281,8 @@ With GNU, the following is required for building new spack environments and for
279281
module load cray-python/3.9.7.1
280282
module unload cray-libsci
281283
module load cray-libsci/22.08.1.1
284+
module unload craype-network-ofi
285+
module load craype-network-ucx
282286
283287
module use /p/app/projects/NEPTUNE/spack-stack/modulefiles
284288
module load ecflow/5.8.4
@@ -393,7 +397,7 @@ The following is required for building new spack environments and for using spac
393397
module use /glade/work/epicufsrt/contrib/spack-stack/derecho/modulefiles
394398
module load ecflow/5.8.4
395399
396-
For ``spack-stack-1.6.0`` with Intel, proceed with loading the following modules::
400+
For ``spack-stack-1.6.0`` with Intel, proceed with loading the following modules:
397401

398402
.. code-block:: console
399403

0 commit comments

Comments
 (0)