Skip to content
Snippets Groups Projects
Commit a67c63db authored by Alexandre Strube's avatar Alexandre Strube
Browse files

testing on jsc

parent e2282fe9
Branches
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ import random ...@@ -14,7 +14,7 @@ import random
import itertools import itertools
import functools import functools
from hpc4neuro.errors import DataDistributionError from errors import DataDistributionError
@enum.unique @enum.unique
...@@ -136,7 +136,7 @@ class DataDistributor: ...@@ -136,7 +136,7 @@ class DataDistributor:
used is from the 'random' package in the Python used is from the 'random' package in the Python
standard library. standard library.
:raises hpc4neuro.errors DataDistributionError: can be :raises errors DataDistributionError: can be
raised if 'shutdown on error' is not requested at raised if 'shutdown on error' is not requested at
the time of object creation. the time of object creation.
......
...@@ -18,6 +18,8 @@ module load GCC ...@@ -18,6 +18,8 @@ module load GCC
module load OpenMPI module load OpenMPI
module load TensorFlow module load TensorFlow
module load Horovod module load Horovod
export HOROVOD_MPI_THREADS_DISABLE=0
module load mpi4py
# Make all GPUs visible per node # Make all GPUs visible per node
export CUDA_VISIBLE_DEVICES=0,1,2,3 export CUDA_VISIBLE_DEVICES=0,1,2,3
......
...@@ -18,6 +18,8 @@ module load GCC ...@@ -18,6 +18,8 @@ module load GCC
module load OpenMPI module load OpenMPI
module load TensorFlow module load TensorFlow
module load Horovod module load Horovod
export HOROVOD_MPI_THREADS_DISABLE=0
module load mpi4py
# Make all GPUs visible per node # Make all GPUs visible per node
export CUDA_VISIBLE_DEVICES=0 export CUDA_VISIBLE_DEVICES=0
......
...@@ -18,6 +18,8 @@ module load GCC ...@@ -18,6 +18,8 @@ module load GCC
module load OpenMPI module load OpenMPI
module load TensorFlow module load TensorFlow
module load Horovod module load Horovod
export HOROVOD_MPI_THREADS_DISABLE=0
module load mpi4py
# Make all GPUs visible per node # Make all GPUs visible per node
export CUDA_VISIBLE_DEVICES=0,1,2,3 export CUDA_VISIBLE_DEVICES=0,1,2,3
......
...@@ -18,6 +18,8 @@ module load GCC ...@@ -18,6 +18,8 @@ module load GCC
module load OpenMPI module load OpenMPI
module load TensorFlow module load TensorFlow
module load Horovod module load Horovod
export HOROVOD_MPI_THREADS_DISABLE=0
module load mpi4py
# Make all GPUs visible per node # Make all GPUs visible per node
export CUDA_VISIBLE_DEVICES=0,1,2,3 export CUDA_VISIBLE_DEVICES=0,1,2,3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment