Finding Cilk++ on Triton

16 views
Skip to first unread message

Matt Weiden (Reader)

unread,
Apr 21, 2011, 11:26:02 PM4/21/11
to UCSB Computer Science 240A Spring 2011
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
Reply all
Reply to author
Forward
0 new messages