diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2020-04-21 21:22:12 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2020-04-21 21:22:12 +0000 |
commit | 1a1473bfc42f6b2dd0e83ab2da4eb2c2a6ffc4b4 (patch) | |
tree | 61d77e2862402fb8b3ee098dc9f89921735207ba /math/scalapack/files | |
parent | - New port: www/py-secure-cookie (diff) |
- Fix build with OpenMPI 4 and swap from net/openmpi3 to net/openmpi
Notes
Notes:
svn path=/head/; revision=532422
Diffstat (limited to 'math/scalapack/files')
-rw-r--r-- | math/scalapack/files/pkg-message.in | 4 |
1 files changed, 2 insertions, 2 deletions
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. ... |