You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

static.pb.go 3.8 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.26.0
  4. // protoc (unknown)
  5. // source: idl/static.proto
  6. package slurmpb
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. // slurm version
  20. type SlurmVersion int32
  21. const (
  22. // 0 - tianhe hpc
  23. SlurmVersion_tianhe SlurmVersion = 0
  24. // 1 - shenwei hpc
  25. SlurmVersion_shenwei SlurmVersion = 1
  26. )
  27. // Enum value maps for SlurmVersion.
  28. var (
  29. SlurmVersion_name = map[int32]string{
  30. 0: "tianhe",
  31. 1: "shenwei",
  32. }
  33. SlurmVersion_value = map[string]int32{
  34. "tianhe": 0,
  35. "shenwei": 1,
  36. }
  37. )
  38. func (x SlurmVersion) Enum() *SlurmVersion {
  39. p := new(SlurmVersion)
  40. *p = x
  41. return p
  42. }
  43. func (x SlurmVersion) String() string {
  44. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  45. }
  46. func (SlurmVersion) Descriptor() protoreflect.EnumDescriptor {
  47. return file_idl_static_proto_enumTypes[0].Descriptor()
  48. }
  49. func (SlurmVersion) Type() protoreflect.EnumType {
  50. return &file_idl_static_proto_enumTypes[0]
  51. }
  52. func (x SlurmVersion) Number() protoreflect.EnumNumber {
  53. return protoreflect.EnumNumber(x)
  54. }
  55. // Deprecated: Use SlurmVersion.Descriptor instead.
  56. func (SlurmVersion) EnumDescriptor() ([]byte, []int) {
  57. return file_idl_static_proto_rawDescGZIP(), []int{0}
  58. }
  59. var File_idl_static_proto protoreflect.FileDescriptor
  60. var file_idl_static_proto_rawDesc = []byte{
  61. 0x0a, 0x10, 0x69, 0x64, 0x6c, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x69, 0x63, 0x2e, 0x70, 0x72, 0x6f,
  62. 0x74, 0x6f, 0x12, 0x05, 0x73, 0x6c, 0x75, 0x72, 0x6d, 0x2a, 0x27, 0x0a, 0x0c, 0x53, 0x6c, 0x75,
  63. 0x72, 0x6d, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x0a, 0x0a, 0x06, 0x74, 0x69, 0x61,
  64. 0x6e, 0x68, 0x65, 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x73, 0x68, 0x65, 0x6e, 0x77, 0x65, 0x69,
  65. 0x10, 0x01, 0x42, 0x0a, 0x5a, 0x08, 0x2f, 0x73, 0x6c, 0x75, 0x72, 0x6d, 0x70, 0x62, 0x62, 0x06,
  66. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  67. }
  68. var (
  69. file_idl_static_proto_rawDescOnce sync.Once
  70. file_idl_static_proto_rawDescData = file_idl_static_proto_rawDesc
  71. )
  72. func file_idl_static_proto_rawDescGZIP() []byte {
  73. file_idl_static_proto_rawDescOnce.Do(func() {
  74. file_idl_static_proto_rawDescData = protoimpl.X.CompressGZIP(file_idl_static_proto_rawDescData)
  75. })
  76. return file_idl_static_proto_rawDescData
  77. }
  78. var file_idl_static_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
  79. var file_idl_static_proto_goTypes = []interface{}{
  80. (SlurmVersion)(0), // 0: slurm.SlurmVersion
  81. }
  82. var file_idl_static_proto_depIdxs = []int32{
  83. 0, // [0:0] is the sub-list for method output_type
  84. 0, // [0:0] is the sub-list for method input_type
  85. 0, // [0:0] is the sub-list for extension type_name
  86. 0, // [0:0] is the sub-list for extension extendee
  87. 0, // [0:0] is the sub-list for field type_name
  88. }
  89. func init() { file_idl_static_proto_init() }
  90. func file_idl_static_proto_init() {
  91. if File_idl_static_proto != nil {
  92. return
  93. }
  94. type x struct{}
  95. out := protoimpl.TypeBuilder{
  96. File: protoimpl.DescBuilder{
  97. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  98. RawDescriptor: file_idl_static_proto_rawDesc,
  99. NumEnums: 1,
  100. NumMessages: 0,
  101. NumExtensions: 0,
  102. NumServices: 0,
  103. },
  104. GoTypes: file_idl_static_proto_goTypes,
  105. DependencyIndexes: file_idl_static_proto_depIdxs,
  106. EnumInfos: file_idl_static_proto_enumTypes,
  107. }.Build()
  108. File_idl_static_proto = out.File
  109. file_idl_static_proto_rawDesc = nil
  110. file_idl_static_proto_goTypes = nil
  111. file_idl_static_proto_depIdxs = nil
  112. }

PCM is positioned as Software stack over Cloud, aiming to build the standards and ecology of heterogeneous cloud collaboration for JCC in a non intrusive and autonomous peer-to-peer manner.