#!/bin/sh # sit class file # # Christoph Niethammer (C) 2011 # CATEGORY="compiler" PACKAGE="berkeley_upc" VERSION="2.14.0" PACKAGENAME="" URL="http://upc.lbl.gov" INSTALLER="Christoph Niethammer " # Archive A and package name P A=${PACKAGE}-${VERSION}.tar.gz P=${PACKAGE}-${VERSION} module load compiler/berkeley_upc_translator MAKEOPTS+=" MPI_CC=$MPICC" # Other interesting configure options: # --with-multiconf=+dbg_tv # --with-multiconf=+opt_inst CONFIGURE_OPTS=" \ --enable-pshm --disable-pshm-posix --enable-pshm-sysv BUPC_TRANS=$BUPC_TRANSLATOR " # GCCUPC_TRANS=PATH --with-multiconf=+dbg_gccupc,+opt_gccupc