1*2685Sakolb# 2*2685Sakolb# CDDL HEADER START 3*2685Sakolb# 4*2685Sakolb# The contents of this file are subject to the terms of the 5*2685Sakolb# Common Development and Distribution License (the "License"). 6*2685Sakolb# You may not use this file except in compliance with the License. 7*2685Sakolb# 8*2685Sakolb# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*2685Sakolb# or http://www.opensolaris.org/os/licensing. 10*2685Sakolb# See the License for the specific language governing permissions 11*2685Sakolb# and limitations under the License. 12*2685Sakolb# 13*2685Sakolb# When distributing Covered Code, include this CDDL HEADER in each 14*2685Sakolb# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*2685Sakolb# If applicable, add the following below this CDDL HEADER, with the 16*2685Sakolb# fields enclosed by brackets "[]" replaced with your own identifying 17*2685Sakolb# information: Portions Copyright [yyyy] [name of copyright owner] 18*2685Sakolb# 19*2685Sakolb# CDDL HEADER END 20*2685Sakolb# 21*2685Sakolb 22*2685Sakolb# 23*2685Sakolb# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 24*2685Sakolb# Use is subject to license terms. 25*2685Sakolb# 26*2685Sakolb# ident "%Z%%M% %I% %E% SMI" 27*2685Sakolb# 28*2685Sakolb 29*2685SakolbLicensing 30*2685Sakolb--------- 31*2685SakolbYou can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 32*2685Sakolbor http://www.opensolaris.org/os/licensing. 33*2685SakolbSee the License for the specific language governing permissions 34*2685Sakolband limitations under the License. 35*2685Sakolb 36*2685SakolbAvailability 37*2685Sakolb------------ 38*2685SakolbThis module is only available for Solaris 9u6 onwards. 39*2685Sakolb 40*2685SakolbDescription 41*2685Sakolb----------- 42*2685SakolbThis module provided access to the Solaris locality group library 43*2685Sakolbliblgrp(3LIB). It provides both functional and object-oriented interface to all 44*2685Sakolbfunctions defined in liblgrp(3LIB). 45*2685Sakolb 46*2685SakolbThe t directory contains two files: Lgrp.t and Lgrp_api.t which contain lots 47*2685Sakolbof examples (and serve as tests). 48*2685Sakolb 49*2685SakolbInstallation 50*2685Sakolb------------ 51*2685Sakolb 52*2685Sakolb1. Uncompress and untar the archive 53*2685Sakolb2. cd to the module directory 54*2685Sakolb3. perl Makefile.PL; make test; make install 55*2685Sakolb 56*2685SakolbIf you are using gcc and wish to build this module against the perl shipped as 57*2685Sakolbpart of Solaris, see the Solaris-PerlGcc module, also available from CPAN. 58