8228f1c5fb38c2b55f71279730fd8e551016fef7 kent Tue Jan 21 17:33:14 2014 -0800 Documenting code change and bumping version. diff --git src/parasol/version.doc src/parasol/version.doc index 43516f7..7a41f36 100644 --- src/parasol/version.doc +++ src/parasol/version.doc @@ -312,15 +312,17 @@ 12.12 Added fix for results file does not exist yet to paraHub. Added support for -results=path/results option to parasol pstat2 command. This will help make jobTree able to retrieve status quickly without bogging things down. 12.13 Add ability to flush the results file from para and parasol clients. 12.14 Fixed paraNode to correctly enforce memory use limits via RLIMIT_AS and RLIMIT_DATA instead of RLIMIT_CORE. 12.15 Just a quick bugfix for default rlimit value. Added commands to para to change ram and cpu after batch created. Added commandline parameters to paraHub for ramUnit size and defaultJobRam for default job size. 12.16 Fixed bug in planner where r and c parameters were reversed which means the ramUnit option to paraHub now works. +12.17 Added a little to parasol command line. It now has a 'wait' option to the 'add job' + command that will wait for the job to finish before it returns.