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

Uses the last link for downloading NPB

parent ce19bbf7
No related merge requests found
......@@ -65,7 +65,7 @@ class NpbBench:
target_file = os.path.expanduser('~/.local/tmp/NPB3.4-MPI.tar.gz')
if not os.path.isfile(target_file):
os.makedirs(os.path.expanduser('~/.local/tmp/'), exist_ok=True)
executor.local('wget https://www.nas.nasa.gov/assets/npb/NPB3.4.tar.gz -O %s' % target_file)
executor.local('wget https://www.nas.nasa.gov/assets/nas/npb/NPB3.4.tar.gz -O %s' % target_file)
executor.local('tar xfC %s /tmp/' % target_file, shell=False)
executor.local('cp /tmp/NPB3.4/NPB3.4-MPI/config/make.def.template /tmp/NPB3.4/NPB3.4-MPI/config/make.def')
executor.local("sed -i 's/mpif90/mpif90 -fallow-argument-mismatch -fallow-invalid-boz/' /tmp/NPB3.4/NPB3.4-MPI/config/make.def")
......
......@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="expetator",
version="0.3.7",
version="0.3.8",
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