SCASH_HOME(3)
SCASH Programmer's Manual
SCASH_HOME(3)
NAME
scash_home - change home node

SYNOPSIS
int scash_home(int home, char* shmem, int length)

DESCRIPTION
The home node for a shared memory area can be changed by using scash_home(). scash_home() changes length bytes of a shared memory area starting from shmem from the current home node to the node represented by home.

scash_home() must be called immediately after shared memory allocation.

RETURN VALUES
scash_home() returns 0 on success.

CREDIT
This document is a part of the SCore cluster system software developed at PC Cluster Consortium, Japan. Copyright (C) 2003 PC Cluster Consortium.