Removing hostname

This commit is contained in:
Mark DePristo 2011-08-24 16:45:50 -04:00
parent 06e30a81d1
commit 08fb21f127
1 changed files with 1 additions and 2 deletions

View File

@ -275,8 +275,7 @@ object Lsf706JobRunner extends Logging {
def updateRunInfo() {
runner.getRunInfo.startTime = new Date(jobInfo.startTime.longValue)
runner.getRunInfo.doneTime = new Date(jobInfo.endTime.longValue)
runner.getRunInfo.hostName = "unavailable" // TODO : exHosts
runner.getRunInfo.memUsedInGb = jobInfo.runRusage.mem
runner.getRunInfo.memUsedInGb = jobInfo.runRusage.mem // todo -- ask khalid about units here
}
runner.updateStatus(