From 1a1473bfc42f6b2dd0e83ab2da4eb2c2a6ffc4b4 Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Tue, 21 Apr 2020 21:22:12 +0000 Subject: - Fix build with OpenMPI 4 and swap from net/openmpi3 to net/openmpi --- math/scalapack/files/pkg-message.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/scalapack/files/pkg-message.in') diff --git a/math/scalapack/files/pkg-message.in b/math/scalapack/files/pkg-message.in index 8d050f8f8fde..77fcda0ea8fe 100644 --- a/math/scalapack/files/pkg-message.in +++ b/math/scalapack/files/pkg-message.in @@ -24,8 +24,8 @@ If you're using OpenMPI, use this instead: % cd %%DATADIR%%/TESTING - % LD_LIBRARY_PATH=%%LOCALBASE%%/mpi/openmpi3/lib/ export LD_LIBRARY_PATH - % PATH=$PATH:%%LOCALBASE%%/mpi/openmpi3/bin/ export PATH + % LD_LIBRARY_PATH=%%LOCALBASE%%/mpi/openmpi/lib/ export LD_LIBRARY_PATH + % PATH=$PATH:%%LOCALBASE%%/mpi/openmpi/bin/ export PATH % mpirun -np 4 ./xcbrd % mpirun -np 4 ./xcdblu etc., etc. ... -- cgit v1.2.3