Skip to content
Snippets Groups Projects
Commit 1fcdd4f3 authored by Georges Da Costa's avatar Georges Da Costa
Browse files

Adds MPI option for gros cluster

parent 6a23a07c
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ class Executor:
self.nbcores = len(content)
self.nbhosts = len(self.hostnames)
self.mpi_options = '--map-by node --mca orte_rsh_agent oarsh'
if self.hostnames[0].split('-')[0] in ['grvingt', 'grimani', 'grele', 'troll', 'yeti', 'dahu']:
if self.hostnames[0].split('-')[0] in ['grvingt', 'grimani', 'grele', 'troll', 'yeti', 'dahu', 'gros']:
self.mpi_options = '-mca mtl psm2 -mca pml ^ucx,ofi -mca btl ^ofi,openib ' + self.mpi_options
self.sudo = 'sudo-g5k'
self.ssh = 'oarsh'
......
......@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="expetator",
version="0.3.19",
version="0.3.20",
author="Georges Da Costa",
author_email="georges.da-costa@irit.fr",
description="A framework for monitoring HPC applications using DVFS",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment