Skip to content

Commit 99afd35

Browse files
committed
Be faster with tar -m
1 parent d51865b commit 99afd35

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
@@ -11,7 +11,7 @@ cd src
1111
rm -rfv mpich-4.0.3.tar.gz mpich-4.0.3/
1212

1313
wget --no-verbose https://www.mpich.org/static/downloads/4.0.3/mpich-4.0.3.tar.gz
14-
tar xfz mpich-4.0.3.tar.gz
14+
tar xmf mpich-4.0.3.tar.gz
1515
cd mpich-4.0.3
1616
CFG=( --prefix=$WORKSPACE/sfw/mpich-4.0.3
1717
--with-pm=hydra

0 commit comments

Comments
 (0)