www.LinuxHowtos.org





ESELECT

Section: eselect (5)
Updated: June 2006
Index Return to Main Contents
 

NAME

cblas.eselect - The CBLAS management module for Gentoo's eselect  

SYNOPSIS

eselect cblas [help|usage]
eselect cblas list [options]
eselect cblas add
eselect cblas set implementation [options]
eselect cblas show [options]

 

DESCRIPTION

eselect is Gentoo's configuration and management tool. It features modules that care for the individual administrative tasks.  

ACTION: LIST

eselect cblas list [options]
Displays an ordered list of installed CBLAS implementations. It distinguishes between versions with different Application Binary Interfaces (e.g. x86/AMD64). Furthermore, it also distinguishes between interfaces to high-level programming languages. Each line holds a number and the implementation's name. An asterisk next to one of the list elements denotes an active implementation.

phi / # eselect cblas list
Installed CBLAS for libdir lib

  [1]   atlas *
  [2]   reference

Possible options to the list action are restrictions to handle only certain ABI-specific library directories. For example,
  eselect cblas list lib64

lists only CBLAS implementations found in /usr/lib64.

 

ACTION: SHOW

eselect cblas show [options]
Shows your system's currently active CBLAS implementations.

phi / # eselect cblas show
lib: atlas
lib64: reference

The same options that apply to the list action can be used with the show action to restrict it to given ABIs.  

ACTION: SET

eselect cblas set implementation [options]
Sets your system's currently active CBLAS implementations to implementation. The same options that apply to the list action can be used with the set action to restrict it to given ABIs.

phi / # eselect cblas set atlas  

AUTHOR

Danny van Dyk <kugelfang@gentoo.org>
Donnie Berkholz <spyderous@gentoo.org>  

REVISION

$Id: cblas.eselect.5,v 1.1 2006/06/18 21:04:41 spyderous Exp $


 

Index

NAME
SYNOPSIS
DESCRIPTION
ACTION: LIST
ACTION: SHOW
ACTION: SET
AUTHOR
REVISION