Using and Administering

ll_free_nodes Subroutine

Purpose

This subroutine, available to any user, frees storage that was allocated by ll_get_nodes.

Library

LoadLeveler API library libllapi.a

Syntax

  #include "llapi.h"
 
  int ll_nodes_jobs(LL_get_nodes_info *ptr);

Parameters

ptr
Specifies the address of the LL_get_nodes_info structure to be freed.

Description

This subroutine frees the storage pointed to by the LL_get_nodes_info pointer.

Return Values

This subroutines returns a value of zero when successful. Otherwise, it returns an integer value defined in the llapi.h file.

Error Values

-8
The version_num member of the LL_get_jobs_info structure did not match the current version.

Examples

Makefiles and examples which use this subroutine are located in the samples/llsch subdirectory of the release directory.

Related Information

Subroutines: ll_get_jobs, ll_free_nodes, ll_get_nodes.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]