diff --git a/expetator/benchmarks/npbbench.py b/expetator/benchmarks/npbbench.py index 12c294e1a5c2112aa5282a261e6886cffbef08ea..e312b5c168d6823c6a61fe1411224b87ce8b4747 100644 --- a/expetator/benchmarks/npbbench.py +++ b/expetator/benchmarks/npbbench.py @@ -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") diff --git a/setup.py b/setup.py index a3f0b18424417eba3d15bd943852f29478289eda..4582e3aa91731a3e66b31aca75367b3cce86829f 100644 --- a/setup.py +++ b/setup.py @@ -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",