Skip to content

Instantly share code, notes, and snippets.

View luraess's full-sized avatar

Ludovic Räss luraess

View GitHub Profile

Running a multi-GPU Julia app on octopus

Startup steps for Julia CUDA MPI application relying on ParallelStencil.jl and ImplicitGlobalGrid.jl.

GPU cluster config:

  • CUDA 11.0
  • CUDA-aware OpenMPI 3.0.6
  • gcc 8.3

Following steps should enable a successful multi-GPU run:

@luraess
luraess / Julia_GPU_octopus.md
Last active May 14, 2021 20:49
Steps to set up and run a Julia GPU code on octopus using ParallelStencil.jl module.

Running a Julia code on a single GPU on octopus

In the shell, prepare the Julia environment on an octopus node:

$ ssh <username>@octopus.unil.ch

$ ssh -YC nodeXX

$ cd /scratch/<username>/<path-to-folder>