How do I update and compile the current regression tester build?
To update the current build, • cd /local/csafe/raid1/tester/{IRIX64|Linux}/SCIRun.date/src where you pick either IRIX64 or Linux, and date is the most recent SCIRun build. • cvs update • cd ../{dbg|opt}/build again, choose between dbg or opt. • gmake -j [numprocs] sus • cd .. (this will take you to the dbg or opt dir • run the do[whatever]tests script, where whatever is ICE, ARCHES, MPM, etc. i.e., doMPMARCHEStests • If it stops and asks you to remove a directory, do it, and run it again.