File: README

package info (click to toggle)
scalapack-doc 1.5-9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 10,332 kB
  • ctags: 4,932
  • sloc: makefile: 46; sh: 18
file content (51 lines) | stat: -rw-r--r-- 1,341 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
ScaLAPACK, version 1.5
DATE: May 1, 1997

To install the ScaLAPACK documentation, do the following:

1) Copy the ScaLAPACK manual pages to the desired location.  This
   will probably be /usr/local/man/manl or other.dir/man/manl.

   % cp man/manl/* /usr/local/man/manl

   Be aware that if the manpages are installed in some directory
   other than /usr/local/man/manl you will need to add that directory
   to your MANPATH environment variable.  First type:

   % echo $MANPATH
   
   If it says that MANPATH is undefined, type:

   % setenv MANPATH /usr/man:/usr/share/man:/usr/local/man:/user_path/man_dir

   Otherwise, if MANPATH is defined, type:

   % setenv MANPATH ${MANPATH}:/user_path/man_dir

   where man_dir is the directory of manual pages containing /man/manl.

   ('%' is assumed to be your shell prompt.)

2) Add the LAPACK manual pages to the whatis database for keyword
   searching via 'man -k':

   % catman -w -M /usr/local/man 

   or

   % catman -w -M other.dir/man

3) Test out the installation.  First make sure your current shell
   knows about the installation:

   % rehash

   Now test out the manual pages:

   % man dgetrf

   You should get the man page for dgetrf.  BE AWARE that your request
   should be in lower case.

If you have any comments/suggestions, please direct them to
scalapack@cs.utk.edu.