You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xiaoguang Dai edited this page Jan 29, 2014
·
1 revision
Environment Setup
HPCLinux On VirtualBox
The suggested way to practice Cilk Plus in this class is trying to use the HPCLinux OVA image on VirtualBox. This is a ready to use environment. To show that, you can try to compile and run some Cilk Plus examples:
As Cilk Plus is a C/C++ language extension, you need a compiler which support it. There are two options here:
Intel C/C++ Compiler (icc/icpc):
This is a commercial product, but you can download a free 30-day evaluation version (TODO: can't open the Intel download page, chrome complains "Invalid Server Certificate")
GCC Cilk Plus compiler:
This is the GCC development branch with Cilk Plus extension. A binary build by Intel can be downloaded.