Skip to content
Snippets Groups Projects
Commit 8629a08b authored by Holger Brandl's avatar Holger Brandl
Browse files

renamed praste to echo

parent 427c4cff
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ md_new(paste("Job Report:", reportNiceName))
#require.auto(data.table)
praste("processing job report for '", reportName,"'")
echo("processing job report for '", reportName,"'")
jobData <- read.table(concat(reportName, ".cluster_snapshots.txt"), header=F, fill=T) %>% as.df() %>%
set_names(c("jobid", "user", "stat", "queue", "from_host", "exec_host", "job_name", "submit_time", "proj_name", "cpu_used", "mem", "swap", "pids", "start_time", "finish_time", "snapshot_time")) %>%
......@@ -74,7 +74,7 @@ jobData <- mutate(jobData, queueLimit=wallLimits[ac(queue)])
#with(jobData, as.data.frame(table(is.na(cpu_used_secs))))
if(max(jobData$cpu_used_secs)==0){
stop(praste("stopping job report generation for", reportName, "because no cpu time has been consumed"))
stop(echo("stopping job report generation for", reportName, "because no cpu time has been consumed"))
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment