Search

You can find the results of your search below.

tech_ref
11 Hits, Last modified:
r prog1 $ cd prog1 ~~~ repeat: edit, compile, run ~~~ until: your program is ready to submit $ ... urce /usr/local/bin/kroc-setup.sh To compile and run a kroc (occam) program: $ kroc myprog.occ $ .... ent: $ source ~/bin/set-upc-env To compile and run a UPC program: $ upcc -T n myprog.upc $ upcrun myprog ---- ==== CUDA ==== Vassar CS Department's
week3
3 Hits, Last modified:
what you need to do **//before//** attempting to run your UPC programs ==== setup ==== * create a b... * ''$ cp ~mlsmith/bin/set-upc-env ~/bin'' * run your setup script: * ''$ source ~/bin/set-upc... e directory// * now you're ready to compile and run! (see sidebar [[tech_ref|technical reference]])
week4
1 Hits, Last modified:
C setup, including ssh keys and script to compile/run * Finish up demo of last two versions of UPC