From d4b6822d7c154e75ed5630599024753328c7d53d Mon Sep 17 00:00:00 2001 From: Sebastian Keller Date: Wed, 30 Oct 2019 09:38:52 +0100 Subject: [PATCH] updated exe name to v1.3.0 --- cscs-checks/libraries/hpx/hpx_hello_world.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscs-checks/libraries/hpx/hpx_hello_world.py b/cscs-checks/libraries/hpx/hpx_hello_world.py index 81c3cd6675..78ff9b9fe5 100644 --- a/cscs-checks/libraries/hpx/hpx_hello_world.py +++ b/cscs-checks/libraries/hpx/hpx_hello_world.py @@ -12,7 +12,7 @@ def __init__(self): self.valid_prog_environs = ['PrgEnv-gnu'] self.modules = ['HPX'] - self.executable = 'hello_world' + self.executable = 'hello_world_distributed' self.sourcesdir = None self.use_multithreading = None