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

adds parameters for MPI on Omni-Path on grid5000 sites

parent 32dde983
Branches
Tags
No related merge requests found
...@@ -31,6 +31,8 @@ class Executor: ...@@ -31,6 +31,8 @@ class Executor:
self.nbcores = len(content) self.nbcores = len(content)
self.nbhosts = len(self.hostnames) self.nbhosts = len(self.hostnames)
self.mpi_options = '--map-by node --mca orte_rsh_agent oarsh' self.mpi_options = '--map-by node --mca orte_rsh_agent oarsh'
if self.hostnames.split('-')[0] in ['grvingt', 'grimani', 'grele', 'troll', 'yeti', 'dahu']:
self.mpi_options = '-mca mtl psm2 -mca pml ^ucx,ofi -mca btl ^ofi,openib ' + self.mpi_options
self.sudo = 'sudo-g5k' self.sudo = 'sudo-g5k'
self.ssh = 'oarsh' self.ssh = 'oarsh'
......
...@@ -5,7 +5,7 @@ with open("README.md", "r") as fh: ...@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup( setuptools.setup(
name="expetator", name="expetator",
version="0.3.15", version="0.3.16",
author="Georges Da Costa", author="Georges Da Costa",
author_email="georges.da-costa@irit.fr", author_email="georges.da-costa@irit.fr",
description="A framework for monitoring HPC applications using DVFS", 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