mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
add banner info to jobInfo
This commit is contained in:
@ -298,6 +298,7 @@ Foam::argList::argList
|
|||||||
jobInfo.add("startTime", timeString);
|
jobInfo.add("startTime", timeString);
|
||||||
jobInfo.add("userName", userName());
|
jobInfo.add("userName", userName());
|
||||||
jobInfo.add("foamVersion", word(FOAMversion));
|
jobInfo.add("foamVersion", word(FOAMversion));
|
||||||
|
jobInfo.add("foamBuild", Foam::FOAMbuild);
|
||||||
jobInfo.add("code", executable_);
|
jobInfo.add("code", executable_);
|
||||||
jobInfo.add("argList", argListString);
|
jobInfo.add("argList", argListString);
|
||||||
jobInfo.add("currentDir", cwd());
|
jobInfo.add("currentDir", cwd());
|
||||||
|
|||||||
Reference in New Issue
Block a user