[petsc-dev] SuperLU link error on BGP FEN

Jed Brown jed at 59A2.org
Thu Dec 2 16:39:44 CST 2010


On Thu, Dec 2, 2010 at 23:29, William (Bill) E. Allcock <
allcock at alcf.anl.gov> wrote:

> Either way, others have had luck using the local disks on the FEN to speed
> up their builds.


On machines with slow network file systems, I have done

cd $SCRATCH
# hg clone or unpack tarball
ln -s `pwd`/petsc ~/petsc
cd ~/petsc
export PETSC_DIR=`pwd`
./configure --options
make

Later, you can

rm ~/petsc
mv $SCRATCH/petsc ~/petsc

Jed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20101202/ecb36784/attachment.html>


More information about the petsc-dev mailing list