Skip to content

LenaO/slurm_go_bindings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

This are wrappers for the SLURM API in golang. A lot of the code is generated automatic

##Installation: Since this are simple-go files, just make sure that the files located at src are in the GO-Path. For this, you can copy content of the Folder src to your GOROOT. For example:

sudo cp -r  src/slurm /usr/local/go/src

Another possibility is to add the path to your GOPATH For example:

export GOPATH=$GOPATH:/home/test/go_wrapper

Note: Since this depends on SLURM, make sure that the SLUM-Library is in your LD-PATH For example:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:/usr/local/lib64

if libslum.so is located at /usr/local/lib:/usr/local/lib64 _

About

This are Bindings/Wrapper for the slurm API in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published