if ("$OSTYPE" == "SunOS") then cc -xO5 -xtarget=native -xarch=v8plusa -xrestrict=%all -xCC -dalign -o flabmul dgemm.c flabmul.c -lm else echo "Warning: not on the NOW" gcc -O3 -o flabmul dgemm.c flabmul.c -lm endif