~ubuntu-branches/debian/sid/nordugrid-arc/sid

« back to all changes in this revision

Viewing changes to src/services/a-rex/lrms/ll/submit-ll-job.in

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2012-12-13 16:41:31 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20121213164131-0fumka0jar8mxm07
Tags: 2.0.1-1
* 2.0.1 Release
* Drop patches accepted upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
set_req_mem
111
111
 
112
112
# There are soft and hard limits for virtual memory consumption in LL
 
113
# The limits are interpreted by LoadLeveler as per process in a 
 
114
# parallel job. There is no need to recalculate the mem limit.
113
115
 
114
116
if [ -n "$joboption_memory" ] ; then
115
117
  joboption_memory_hard=$(( $joboption_memory * $memory_hardlimit_ratio ))