I realize that this is very late, but Maui supports and uses the "file" 
attribute.
qsub -l file=300gb <script>

The place where you will potentially run into trouble with this is if you have 
multi-processor jobs.  The script
= = = = = =
#!/usr/bin/perl
#PBS -l file=300gb
#PBS -l nodes=1:ppn=8

= = = = = =
will attempt to reserve 8 * 300 gb (2.4 tb) of disk space, not 300gb for the 
entire script.

Nathan

NOTICE: This email message is for the sole use of the intended recipient(s) and 
may contain confidential and privileged information. Any unauthorized review, 
use, disclosure or distribution is prohibited. If you are not the intended 
recipient, please contact the sender by reply email and destroy all copies of 
the original message.
_______________________________________________
mauiusers mailing list
[email protected]
http://www.supercluster.org/mailman/listinfo/mauiusers

Reply via email to