Changeset 171
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
guts.sh
r140 r171 20 20 ./guts_io.sh $2 21 21 elif [ "$SUITE" = "MAIN" ]; then 22 #Run the UPC Compiler Main test bench 23 cd guts_main 24 ./guts_main.sh $2 22 #Run the UPC Compiler Main test bench 23 # to turn on sytax coloring use [ON] as third argument 24 cd guts_main 25 ./guts_main.sh $2 $3 25 26 elif [ "$SUITE" = "COLLECTIVES" ]; then 26 27 #Run the UPC/Collectives Main test bench
