#%Module -*- tcl -*-
##
## dot modulefile
##
proc ModulesHelp { } {
	global pbsversion

	puts stderr "\tAdds PBS to your environment variables,"
	puts stderr "\tThis includes libraries and binaries that come"
	puts stderr "\twith the PBS package."

}

module-whatis	"adds PBS to your environment variables"

# for Tcl script use only
set	pbsversion	2.3.16

setenv PBSHOME /opt/pbs
prepend-path	PATH	/opt/pbs/bin
prepend-path	PATH	/opt/pbs/sbin
prepend-path MANPATH /opt/pbs/man
