Index: /issm/trunk-jpl/externalpackages/petsc/install-3.13-pleiades.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/petsc/install-3.13-pleiades.sh	(revision 26405)
+++ /issm/trunk-jpl/externalpackages/petsc/install-3.13-pleiades.sh	(revision 26406)
@@ -11,5 +11,7 @@
 
 # Download source
-$ISSM_DIR/scripts/DownloadExternalPackage.sh 'https://issm.ess.uci.edu/files/externalpackages/petsc-lite-${VER}.tar.gz' 'petsc-${VER}.tar.gz'
+echo "OK1 ($ISSM_DIR)"
+$ISSM_DIR/scripts/DownloadExternalPackage.sh "https://issm.ess.uci.edu/files/externalpackages/petsc-lite-${VER}.tar.gz" "petsc-${VER}.tar.gz"
+echo OK2
 
 # Unpack source
Index: /issm/trunk-jpl/externalpackages/petsc/install-3.15-pleiades.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/petsc/install-3.15-pleiades.sh	(revision 26405)
+++ /issm/trunk-jpl/externalpackages/petsc/install-3.15-pleiades.sh	(revision 26406)
@@ -32,4 +32,5 @@
 	--with-cc=icc --with-cxx=icpc --with-fc=ifort --with-f77=ifort\
 	-COPTFLAGS="-g -O3 -axCORE-AVX2,AVX -xSSE4.2" -CXXOPTFLAGS="-g -O3 -axCORE-AVX2,AVX -xSSE4.2" -FOPTFLAGS="-g -O3 -axCORE-AVX2,AVX -xSSE4.2" \
+	--with-make-np=10 \
 	--with-blas-lapack-dir="/nasa/intel/Compiler/2016.2.181/compilers_and_libraries_2016.2.181/linux/mkl/" \
 	--known-mpi-shared-libraries=1 \
