changed shell variable containing name of Workstation from $HOST to $HOSTNAME as this is also working on Ubuntu
This commit is contained in:
parent
7848e933bb
commit
2b4eb2a257
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue