[Insight-developers] experimental build on 8 proc linux

Joshua Cates cates at sci . utah . edu
Fri, 21 Jun 2002 10:51:46 -0600 (MDT)


Hi all,

I have an experimental build running nightly on our 8 processor linux
machine.

I'll be looking into these test failures as some of them seem to be
related to the finite difference classes, but I thought this might helpful
to some others as well.


Some additional info:


chili% uname -a
Linux chili.sci.utah.edu 2.4.18 #1 SMP Fri Mar 29 23:14:06 MST 2002 i686

chili% gcc --version
2.96

Here's the cron job that I run:

cd /scratch/Insight;
cvs update -d;
rm -rf /scratch/Insight-NIGHTLY;
mkdir /scratch/Insight-NIGHTLY;
cd /scratch/Insight-NIGHTLY;
$HOME/bin/cmake /scratch/Insight -DBUILD_TESTING:BOOL=ON
-DBUILD_EXAMPLES:BOOL=ON -DBUILD_DOXYGEN:BOOL=OFF
-DBUILD_AUXILIARY:BOOL=OFF -DDART_ROOT:PATH="/home/sci/cates/itk/Dart";
make Experimental;
make ExperimentalSubmit;




Josh.




______________________________
 Josh Cates
 School of Computer Science
 University of Utah
 Email: cates@sci.utah.edu
 Phone: (801) 587-7697
 URL:   www.cs.utk.edu/~cates