Index: multiconf.conf.in
===================================================================
RCS file: /var/local/cvs/upcr/multiconf.conf.in,v
retrieving revision 1.13
diff -u -p -r1.13 multiconf.conf.in
--- multiconf.conf.in	5 Nov 2008 15:55:21 -0000	1.13
+++ multiconf.conf.in	9 Sep 2009 18:02:43 -0000
@@ -94,6 +94,10 @@ dbg_gccupc ; --with-gccupc=$GCCUPC_TRANS
 # GCC/UPC + UPCR mode
 opt_gccupc ; --with-gccupc=$GCCUPC_TRANS ; $opt{'gccupc'} ; -gccupc 
 
+# instrumented mode w/ debugging info (for use with GASP-enabled performance tools)
+# does not enable gasnet-level tracing or stats, but does enable system-wide sanity checks
+dbg_inst ; --with-translator=$BUPC_TRANS --enable-debug --disable-stats --disable-trace --enable-inst ; $opt{'g'} && ( $opt{'inst'} || $opt{'inst-functions'} || $opt{'inst-local'} || $opt{'inst-toolname'} ) ; -bupc
+
 # Debug configuration - enables system-wide sanity checks and globally disables backend optimization
 # also enables tracing and stats
 dbg ; --with-translator=$BUPC_TRANS --enable-debug ; $opt{'g'} ; -trace,-bupc
