FORTRAN_APPEND_UNDERSCORE:	false;
FORTRAN_PREPEND_UNDERSCORE:	false;
FORTRAN_BIND_FUNC:		true;

ZONES:				true;

THREADS:        true;

-- In theory, solaris/smp is capable of emulating multiple clusters in
-- a single address space.  However, the use of -DPASTHER1 below causes
-- a problem; the runtime is written to assume that each cluster has a
-- unique address space (eg. for near/far tests by permuting bits in
-- the pointer representation).
DISTRIBUTED:    false;

LIBRARY:        "SATHER_LIBRARY","lib/plib.module";

CC_OPTIONS:     "-I$(SATHER_HOME)/system/brahma -I$(SATHER_HOME)/system/pSather/src -I$(SATHER_HOME)/platforms/solaris/1cluster -DPSATHER1 -DPSATHER -DSOLARIS_THREADS -D_REENTRANT -O2";

LINK_OPTIONS:   "-lposix4 -ldl -lelf -lm";

GC_LINK:        "$(SATHER_HOME)/system/siva/solaris_smp.a";
