Skip to content

Commit 61db62e

Browse files
committed
Drop tar -m for now
1 parent d4ad794 commit 61db62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/jenkins/install-mpich.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ else
2727
fi
2828

2929
wget --no-verbose https://www.mpich.org/static/downloads/4.0.3/mpich-4.0.3.tar.gz
30-
tar xmf mpich-4.0.3.tar.gz
30+
tar xf mpich-4.0.3.tar.gz
3131
cd mpich-4.0.3
3232
CFG=( --prefix=$TARGET
3333
--with-pm=hydra

0 commit comments

Comments
 (0)