I'm pretty sure my bash scripting is now ok (have checked and rechecked):
if [ vince != $USER ]; then
ulimit -u 100 -t 3600 -v 1500000
fi
The problem seems to be with ulimit itself not working... I'm running this
on redhat could that have anything to do with it?
Running the following in a notebook:
import os
os.system('ulimit -v 1500000')
os.system('ulimit')
returns:
unlimited
Any help would be greatly appreciated...
Vince
On 26 November 2013 09:05, Vincent Knight <[email protected]> wrote:
> Should it be:
>
> if [ "vince" != "$USER" ]; then
> ...
>
>
> ?
>
>
> --
> Dr Vincent Knight
> Cardiff School of Mathematics
> Senghennydd Road,
> Cardiff
> CF24 4AG
> (+44) 29 2087 5548
> www.vincent-knight.com
> +Vincent Knight
> @drvinceknight
> Skype: drvinceknight
>
--
Dr Vincent Knight
Cardiff School of Mathematics
Senghennydd Road,
Cardiff
CF24 4AG
(+44) 29 2087 5548
www.vincent-knight.com
+Vincent Knight
@drvinceknight
Skype: drvinceknight
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/groups/opt_out.