Changeset 105
- Timestamp:
- May 14, 2014, 6:54:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/oarutils/oar-envsh
r104 r105 31 31 | tr [\\\n] [\;] ) 32 32 33 exec /opt/oar/current/bin/oarsh $HOST "ulimit -s ${ulimit_s}; $MYENV $@"33 exec /opt/oar/current/bin/oarsh $HOST "ulimit -s ${ulimit_s}; ulimit -n ${ulimit_n}; ulimit -l ${ulimit_l}; $MYENV $@" 34 34 35 35 exit
Note: See TracChangeset
for help on using the changeset viewer.