| Gold User's Guide | ||
|---|---|---|
| <<< Previous | Getting More Advanced | Next >>> |
This time, we will use the job quote to guarantee our charge rates (this may be useful in the case of fluxuating rates like market based rates).
Example 14. Let's request a guaranteed charge quote that reflects the memory and quality of service we expect to use.
$ gquote -p chemistry -u amy -m colony -P 16 -M 2048 -t 3600 -Q Premium --guarantee
Successfully quoted 129946 credits with quote id 1
|
This time it actually created a persistent quote ...
$ glsquote 1
Id Amount Job Project User Machine StartTime EndTime WallDuration CallType Used ChargeRates Description
--- --------- ---- ------------- ------ ---------- ---------------------------- ---------------------------- ------------------ ------------ ------ --------------------------------------------------------------------------------------------------------- ----------------
1 129946 1 chemistry amy colony 2005-02-16 12:06:25 2005-02-23 13:06:25 3600 Normal 0 QualityOfService:Premium:2,Resource:Processors:1,Resource:Memory:0.001
|
... and created a job entry.
$ glsjob -j 1
Id JobId User Project Machine Queue QualityOfService Stage Charge Processors Nodes WallDuration StartTime EndTime Description
--- ------- ------ ------------- ---------- ------- ------------------------ ------- --------- --------------- ------- ------------------ ------------- ---------- ----------------
1 amy chemistry colony Premium Quote 16 3600
|
| <<< Previous | Home | Next >>> |
| Define Charge Rates | Up | Make A Quoted Job Reservation |