This subroutine, available to any user, frees storage that was allocated by ll_get_nodes.
LoadLeveler API library libllapi.a
#include "llapi.h" int ll_nodes_jobs(LL_get_nodes_info *ptr);
This subroutine frees the storage pointed to by the LL_get_nodes_info pointer.
This subroutines returns a value of zero when successful. Otherwise, it returns an integer value defined in the llapi.h file.
Makefiles and examples which use this subroutine are located in the samples/llsch subdirectory of the release directory.
Subroutines: ll_get_jobs, ll_free_nodes, ll_get_nodes.