Search

You can find the results of your search below.

tech_ref
13 Hits, Last modified:
r prog1 $ cd prog1 ~~~ repeat: edit, compile, run ~~~ until: your program is ready to submit $ ... e environments on spaceserver, then compiling and running your programs. Be sure you have a home bin di... 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 $ upcru
week10
6 Hits, Last modified:
code> or writing to: <code>chan<-</code> * To run this program: <code> $ go run sieve.go </code> * Monitor the running program: * use ''top'' command for system info while running * run ''lscpu'' to remind us about syst
week9
4 Hits, Last modified:
s (communicate with forks over channels) * To run this program: <code> $ go run csp-dining-philosophers.go </code> * Nondeterminism * still! ... code> or writing to: <code>chan<-</code> * To run this program: <code> $ go run sieve.go </code> // // * Assignment 5 posted * Sort Pump Gophers
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]])
assignments
1 Hits, Last modified:
rowser via https://remote.cs.vassar.edu * when running UPC programs, make sure the workstation you'r
vim_resources
1 Hits, Last modified:
: student-tested during Spring 2015--still up and running Spring 2026! * Useful for editing text doc
week4
1 Hits, Last modified:
C setup, including ssh keys and script to compile/run * Finish up demo of last two versions of UPC
week8
1 Hits, Last modified:
shortest compilable Java program? * does it run? * what's it good for? * inner classes