SciGaP / ultrascan-airavata-bridge

Glue layer combining Ultrascan and Airavata
Apache License 2.0
0 stars 5 forks source link

new queue on Anvil #11

Closed ehb54 closed 2 years ago

ehb54 commented 2 years ago

Anvil came out of maintenance with a message that the standard queue is renamed wholenode.

Looking at sinfo on anvil

PARTITION  AVAIL  TIMELIMIT  NODES  STATE NODELIST
wholenode*    up   infinite     12  down* a[276,311,396,530,549,551,723,920-923,950]
wholenode*    up   infinite      2  drain a[378,497]
wholenode*    up   infinite     74  alloc a[250-257,261-275,277-287,600-603,664-667,728-731,972-999]
wholenode*    up   infinite    662   idle a[258-260,288-310,312-377,379-395,397-496,498-529,531-548,550,552-599,604-663,668-722,724-727,732-919,924-949,951-971]
standard      up   infinite     12  down* a[276,311,396,530,549,551,723,920-923,950]
standard      up   infinite      2  drain a[378,497]
standard      up   infinite     74  alloc a[250-257,261-275,277-287,600-603,664-667,728-731,972-999]
standard      up   infinite    662   idle a[258-260,288-310,312-377,379-395,397-496,498-529,531-548,550,552-599,604-663,668-722,724-727,732-919,924-949,951-971]
shared        up   infinite      1  down* a212
shared        up   infinite      2    mix a[240-241]
shared        up   infinite      1  alloc a243
shared        up   infinite    246   idle a[000-211,213-239,242,244-249]
wide          up   infinite     12  down* a[276,311,396,530,549,551,723,920-923,950]
wide          up   infinite      2  drain a[378,497]
wide          up   infinite     74  alloc a[250-257,261-275,277-287,600-603,664-667,728-731,972-999]
wide          up   infinite    662   idle a[258-260,288-310,312-377,379-395,397-496,498-529,531-548,550,552-599,604-663,668-722,724-727,732-919,924-949,951-971]
highmem       up   infinite     32   idle b[000-031]
debug         up   infinite     17   idle a[000-016]
gpu           up   infinite     13    mix g[000-008,010-013]
gpu           up   infinite      1  alloc g009
gpu           up   infinite      2   idle g[014-015]
gpu-debug     up   infinite     13    mix g[000-008,010-013]
gpu-debug     up   infinite      1  alloc g009

I see both are available, not sure what the * is on wholenode.

Tried submitting to the wholenode queue, but Airavata reported FAILED quickly. Nothing seems to be created in $WORK on anvil. Is Airavata rejecting this early due to the queue name change?

Here are two test ids

US3-AIRA_e894aee6-855c-40df-85a3-259f8c6ac250
US3-AIRA_290b4d13-1252-4a4b-a2d0-c787fec045b9
ehb54 commented 2 years ago

Note - standard queue still works for now, but I suspect it will eventually go away.

ehb54 commented 2 years ago

Thanks @eroma for the quick fix!