changed shell variable containing name of Workstation from $HOST to $HOSTNAME as this is also working on Ubuntu

This commit is contained in:
Martin Diehl 2012-12-13 13:53:54 +00:00
parent 7848e933bb
commit 2b4eb2a257
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ subroutine DAMASK_interface_init(loadCaseParameterIn,geometryParameterIn)
geometryFile = getGeometryFile(geometryParameter)
loadCaseFile = getLoadCaseFile(loadCaseParameter)
call get_environment_variable('HOST',hostName)
call get_environment_variable('HOSTNAME',hostName)
call get_environment_variable('USER',userName)
call date_and_time(values = dateAndTime)