From f0ec149497639c26d85431166de75c8099dcc8a8 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Sun, 21 Apr 2024 14:26:09 -0500 Subject: [PATCH] fix module load path Signed-off-by: Karl W Schulz --- .github/workflows/tarball.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tarball.yml b/.github/workflows/tarball.yml index b5f0bb2a77..17e91c7007 100644 --- a/.github/workflows/tarball.yml +++ b/.github/workflows/tarball.yml @@ -102,7 +102,7 @@ jobs: - name: Access omniperf using modulefile run: | . /etc/profile.d/lmod.sh - module use $INSTALL_DIR/share/omniperf/modulefiles + module use $INSTALL_DIR/omniperf/share/omniperf/modulefiles module load omniperf module list omniperf --version