Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-node tests on Borealis #626

Open
lslusarczyk opened this issue Nov 7, 2023 · 1 comment
Open

Multi-node tests on Borealis #626

lslusarczyk opened this issue Nov 7, 2023 · 1 comment
Assignees

Comments

@lslusarczyk
Copy link
Contributor

No description provided.

@lslusarczyk lslusarczyk converted this from a draft issue Nov 7, 2023
@lslusarczyk lslusarczyk moved this from 👀 In review to 🏗 In progress in Distributed-Ranges Project Nov 9, 2023
@lslusarczyk lslusarczyk removed their assignment Nov 27, 2023
@mateuszpn
Copy link
Contributor

Suspended, passed to @lslusarczyk
The status:

  • qsub + mpirun working, running the multinode benchmarks (single node temporary disabled in the branch)
  • plotter generating only part of figures
  • not proper control (--nodes param not properly interpreted, --different_devices switches to multinode instead)
    Current state of code:
  1. https://github.com/mateuszpn/distributed-ranges/tree/multinode
  2. https://github.com/intel-sandbox/libraries.runtimes.hpc.dds.dr-ci/tree/dev/multi-node

For quick start:

  • clone the 2) repo into ci directory
  • cd ci
  • run the script:
rm -rf dr
git clone https://github.com/mateuszpn/distributed-ranges.git dr && cd dr && git switch multinode && cd ..
/usr/bin/python3.10 -m venv venv
source venv/bin/activate
pip install dr/src-python/drbench
CXX=icpx CC=icx MKL_DIR=${MKLROOT}/lib/cmake/mkl TBB_DIR=${TBBROOT}/lib/cmake/tbb cmake -B dr/build -DENABLE_SYCL=on dr
scripts/borealis-reserve-nodes.sh 8
scripts/borealis-benchmark-multi.sh

@mateuszpn mateuszpn assigned lslusarczyk and unassigned mateuszpn Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

No branches or pull requests

2 participants