#!/bin/csh -f

#*+***********************************************************************
#*
#*  Module:
#*	mental ray 3.4
#*
#*  Copyright (c) 2001-2004 by Alias Systems, Inc., and Alias,
#*  a division of Silicon Graphics Canada Ltd.  All rights reserved.
#*
#*  This file is required for network rendering and is called by the inetd
#*  service.  Please refer to the online networking rendering documentation
#*  for more information.
#*
#*-***********************************************************************


# Set SPM_HOST to the hostname of your SPM license server -
# Uncomment the following line and fill in the name of your license server.
#setenv SPM_HOST <your_server> 


setenv MRSTANDALONE34 /usr/autodesk/mi3651-x64
setenv MI_ROOT ${MRSTANDALONE34}
setenv MI_RAY_SERVICE mayaray3651
${MRSTANDALONE34}/bin/ray $*

