This subroutine, available to any user, frees storage that was allocated by ll_get_jobs.
LoadLeveler API library libllapi.a
#include "llapi.h" int ll_free_jobs(LL_get_jobs_info *ptr);
This subroutine frees the storage pointed to by the LL_get_jobs_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.