# PGI compiler configurations for linux

# Linker Startup Files
if -Mconcur*          set LMP="$PGIDIR/initmp.o"

# Linker Libraries
if -Mconcur*          set MP_LIBS="-lpgmp -lpgthread"

ifn PGHPF \
    if -Mmp \
	set LMP="$PGIDIR/initmp.o" \
	set MP_LIBS="-lpgmp -lpgthread" \
    endif \
endif
