Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

lyu/paw22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

All install scripts are under the scripts folder

System must have GPUDirectRDMA and GDRCopy support

Install the software in the following in order:

  • Install PMIx
  • Install UCX
  • Install UCC
  • Install LLVM
  • Install OSSS-UCX

Running Benchmarks

Go to the tests folder and build all the tests using make

The job script for Summit is provided as tests/eval.sh

Required Environment Variables

export UCX_UNIFIED_MODE=y

export UCX_MEM_CUDA_HOOK_MODE=reloc

export UCX_PROTO_ENABLE=y

export UCX_ZCOPY_THRESH=0

export LIBOMPTARGET_MEMORY_MANAGER_THRESHOLD=0

For OSSS-UCX export OSH_CC=$HOME/offload_llvm/bin/clang and OSH_CXX=$HOME/offload_llvm/bin/clang++

For Spectrum MPI export OMPI_CC=$HOME/offload_llvm/bin/clang and OMPI_CXX=$HOME/offload_llvm/bin/clang++

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published