We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a09abd commit 3187272Copy full SHA for 3187272
pyslurm/pyslurm.pyx
@@ -5871,6 +5871,8 @@ cdef inline object __get_trigger_type(uint32_t TriggerType):
5871
return 'primary_database_failure'
5872
elif TriggerType == TRIGGER_TYPE_PRI_DB_RES_OP:
5873
rtype = 'primary_database_resumed_operation'
5874
+ elif TriggerType == TRIGGER_TYPE_BURST_BUFFER:
5875
+ rtype = 'burst_buffer'
5876
5877
return u"%s" % rtype
5878
0 commit comments