From Documentation
Compile instructions (change cboone to another username as needed)
export CVS_RSH=ssh export CVSROOT=:ext:cboone@tank.uwaterloo.ca:/tankhome/cvs cvs co -r sharcnet-port acelib cvs co -r sharcnet-port ods module purge module load gcc/4.9.2 module load torque/4.2.9 module load maui/3.3.1 module load sq-tm/2.5 module load ldwrapper/1.1 cd acelib ./configure --enable-ods cp Makefile.SHARCNET.varfragment Makefile.varfragment.in make cd ../ods # now EDIT the Makefile to point to the locations of acelib library, eg: ACELIB_DIR = ../acelib/ LIBPATH = -L$(ACELIB_DIR) -Wl,-rpath=$(ACELIB_DIR) make pt make clean make mw make clean make xs make clean