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.

get_info.go 261 B

3 years ago
123456789101112131415
  1. package main
  2. import "slurm"
  3. import "fmt"
  4. func main(){
  5. version := int(0)
  6. var config slurm.Ctl_conf
  7. version = slurm.Version()
  8. fmt.Printf("Version is %s\n", slurm.VersionString(version));
  9. config = slurm.GetConfig()
  10. slurm.Print_Ctl_conf(config)
  11. }

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.