Patch: Build Script for SGI64KCC
Jeffrey
oldham at codesourcery.com
Tue Mar 5 23:13:26 UTC 2002
2002-Mar-05 Jeffrey D. Oldham <oldham at codesourcery.com>
* buildPoomaSGI: New file to build SGI64KCC library and run an
executable.
Tested on Nirvana's n01 for SGI64KCC.
Applied to mainline
Approved by Mark Mitchell
Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com
-------------- next part --------------
#!/usr/local/bin/tcsh
#-------------------------------------------------------------------
# This script builds the POOMA library, builds an example code, and
# runs it.
#-------------------------------------------------------------------
#configure and build pooma:
echo 'building pooma'
configure --arch SGI64KCC --oneper --opt
setenv POOMASUITE SGI64KCC
module load KCC_latest
make
echo 'building a pooma example'
cd examples/Doof2d
make
echo 'running a pooma example'
SGI64KCC/Doof2d
echo 'finished'
More information about the pooma-dev
mailing list