[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
disk space requirement for mpich2 during PETSc library compilation
- To: petsc-users@xxxxxxxxxxx
- Subject: disk space requirement for mpich2 during PETSc library compilation
- From: "Ben Tay" <zonexo@xxxxxxxxx>
- Date: Sat, 13 Jan 2007 21:18:55 +0800
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=izjZHENLJaxKVhkT9NWMf4ykzbVg7xUN9YBziufAI95RzTsxSLiXPr7MXfhejoBWpWo7BTtE7LvmbLfPpkhcLqASuq5Xx6BNl4G8IisaQR5SUdWEcO2ziNKeH17gqvDjxElOGmtaXPY9INWEKOOyI0jJtqn1Dk3ESUMEm/ZZ/zw=
- Reply-to: petsc-users@xxxxxxxxxxx
- Sender: owner-petsc-users@xxxxxxxxxxx
Hi,
I am trying to compile PETSc with mpi using --download-mpich=1 in linux. The command is
./config/configure.py --with-fc=/lsftmp/g0306332/inter/fc/bin/ifort --with-blas-lapack-dir=/lsftmp/g0306332/inter/mkl/ --download-mpich=1 --with-x=0 --with-shared
It displays:
================================================================================= Running configure on MPICH; this may take several minutes ================================================================================= ================================================================================= Running make on MPICH; this may take several minutes =================================================================================
then it says disk quota exceeded. I've about 450mb free space, which is all filled up when the error shows. May I know how much disk space is required?
Also can I compile just mpich on a scratch directory and then moved it to the PETSc externalpackages directory? Or do I have to compile everything (including PETSc) on a scratch directory and moved it my my directory?
thank you.