summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Diehl2022-10-04 13:09:29 +0200
committerMartin Diehl2022-10-04 13:09:52 +0200
commit05532ed6645296c32c6e9c247024959aa4715bcc (patch)
treea443208a7918ad7a6c27931a7b537477fcaacfa7 /PKGBUILD
parent58ff4056b0b0a5aca36695c1858986ff968d853c (diff)
downloadaur-05532ed6645296c32c6e9c247024959aa4715bcc.tar.gz
don't depend on ssh
thanks to bartus
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76f8337953f0..54d885f5f372 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ check () {
cd "${srcdir}/MUMPS_${pkgver}/examples"
make all
# From the README (in examples)
- MPIRUN="mpirun -np 3 --mca opal_warn_on_missing_libcuda 0 --oversubscribe"
+ MPIRUN="mpirun -np 3 --mca plm_rsh_agent sh --mca opal_warn_on_missing_libcuda 0 --oversubscribe"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${srcdir}/MUMPS_${pkgver}/lib"
${MPIRUN} ./ssimpletest < input_simpletest_real
${MPIRUN} ./dsimpletest < input_simpletest_real