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.

slurm_partition.proto 1.1 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. syntax = "proto3";
  2. package slurm;
  3. option go_package = "/slurmpb";
  4. import "idl/static.proto";
  5. message PartitionInfo{
  6. string Allow_alloc_nodes =1;
  7. string Allow_groups =2;
  8. string Alternate =3;
  9. uint32 Cr_type =4;
  10. uint64 Def_mem_per_cpu =5;
  11. uint32 Default_time = 6;
  12. uint32 Flags =7;
  13. uint32 Grace_time =8;
  14. uint32 Max_cpus_per_node =9;
  15. uint64 Max_mem_per_cpu =10;
  16. uint32 Max_nodes =11;
  17. uint32 Max_share =12;
  18. uint32 Max_time =13;
  19. uint32 Min_nodes =14;
  20. string Name =15;
  21. int32 Node_inx =16;
  22. string Nodes =17;
  23. uint32 Preempt_mode =18;
  24. uint32 State_up =19;
  25. uint32 Total_cpus =20;
  26. uint32 Total_nodes =21;
  27. }
  28. message ListPartitionsReq{
  29. SlurmVersion SlurmVersion = 1;
  30. }
  31. message ListPartitionsResp{
  32. repeated PartitionInfo Partition_list =1;
  33. }
  34. message GetPartitionReq{
  35. SlurmVersion slurm_version = 1;
  36. string partition_name = 2;
  37. }
  38. message GetPartitionResp {
  39. repeated PartitionInfo partition_infos = 1;
  40. }
  41. /*message Partition_info_msg{
  42. int64 Last_update =1;
  43. uint32 Record_count =2;
  44. uint32 Error_code =3;
  45. repeated PartitionInfo Partition_list =4;
  46. }*/

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.