Running ZPL for CSE596

Running ZPL for CSE596

ZPL has been installed for this course on the instructional alphas, orcas and sanjuan. To use it, first add the following lines to your .cshrc file:

setenv ZPLHOME /cse/courses/misc_lang/zpl/home
setenv ZPLTARGET alpha-osf
setenv ZPLCOMMLAYER seq
set path = ($path /cse/courses/misc_lang/zpl/home/bin/alpha-osf)
Now when you log in, you can compile using zc. For example, if your code is named hello.z, type
zc hello.z
and an executable named hello will be compiled.