Hello All,
If you are having difficulty finding Cilk++ on Triton, try adding /
home/beta/cilk/bin/ to your path. For example writing
PATH=$PATH:/home/beta/cilk/bin
in your ~/.bash_profile before "export PATH" will make sure you can
simply call cilk++ at the prompt each time you login to triton.
Also: another thing to make your life on triton much easier is to add
an ssh alias for it in your ~/.ssh/config file on your local machine.
My account will look a little different than yours but here is the
basic idea:
Host triton
User weiden-ucsb
HostName
triton-login.sdsc.edu
Then you can just type
...$ ssh triton
in terminal and you'll log in right quick!
Best,
Matt