File: node147.html

package info (click to toggle)
scalapack-doc 1.5-11
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 10,336 kB
  • ctags: 4,931
  • sloc: makefile: 47; sh: 18
file content (63 lines) | stat: -rw-r--r-- 3,902 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
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<!--Converted with LaTeX2HTML 96.1-h (September 30, 1996) by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds -->
<HTML>
<HEAD>
<TITLE>Installation Debugging Hints</TITLE>
<META NAME="description" CONTENT="Installation Debugging Hints">
<META NAME="keywords" CONTENT="slug">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<LINK REL=STYLESHEET HREF="slug.css">
</HEAD>
<BODY LANG="EN" >
 <A NAME="tex2html4055" HREF="node148.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="http://www.netlib.org/utk/icons/next_motif.gif"></A> <A NAME="tex2html4053" HREF="node145.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="http://www.netlib.org/utk/icons/up_motif.gif"></A> <A NAME="tex2html4047" HREF="node146.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="http://www.netlib.org/utk/icons/previous_motif.gif"></A> <A NAME="tex2html4057" HREF="node1.html"><IMG WIDTH=65 HEIGHT=24 ALIGN=BOTTOM ALT="contents" SRC="http://www.netlib.org/utk/icons/contents_motif.gif"></A> <A NAME="tex2html4058" HREF="node190.html"><IMG WIDTH=43 HEIGHT=24 ALIGN=BOTTOM ALT="index" SRC="http://www.netlib.org/utk/icons/index_motif.gif"></A> <BR>
<B> Next:</B> <A NAME="tex2html4056" HREF="node148.html">Application Debugging Hints</A>
<B>Up:</B> <A NAME="tex2html4054" HREF="node145.html">Troubleshooting</A>
<B> Previous:</B> <A NAME="tex2html4048" HREF="node146.html">Bug Report Checklist</A>
<BR> <P>
<H1><A NAME="SECTION04720000000000000000">Installation Debugging Hints</A></H1>
<P>
<A NAME="6217">&#160;</A>
<P>
If the user encounters difficulty in the installation process, we
suggest the following:
<UL>
<LI> Obtain prebuilt ScaLAPACK and BLACS libraries on <EM>netlib</EM>
       for a variety of architectures.
       <BLOCKQUOTE> <TT>http://www.netlib.org/scalapack/archives/</TT><BR> 
       <TT>http://www.netlib.org/blacs/archives/</TT>
       </BLOCKQUOTE>
<LI> Obtain sample <TT>SLmake.inc</TT> files for a variety of architectures 
       in the <TT>SCALAPACK/INSTALL</TT> directory in the scalapack
       distribution tar file.  Sample  <TT>Bmake.inc</TT> files are
       included in the <TT>BLACS/BMAKES</TT> directory in the blacs distribution
       file.
<LI> Consult the ScaLAPACK FAQ list on <EM>netlib</EM>.
<LI> Consult the <TT>errata.scalapack</TT> file in the <EM>scalapack</EM> directory
       on <EM>netlib</EM>, and/or the <TT>errata.blacs</TT> file
       in the <EM>blacs</EM> directory on <EM>netlib</EM>.  These files contain
       a list of known difficulties that have been diagnosed and corrected (or
       will be
       corrected in the next release), or reported to the vendor as in the case
       of message-passing libraries or optimized
       BLAS<A NAME="6235">&#160;</A><A NAME="6236">&#160;</A>.
<LI> Always run the BLACS, BLAS, and PBLAS test suites to ensure that
       these libraries have been properly installed.  (If PVM is the underlying
       message-passing layer, please also run the PVM test suite.)  If a problem
       is detected in the BLAS or BLACS libraries, try linking to the reference
       implementations to be found in the respective <EM>blas</EM> or <EM>blacs</EM>
       directory on <EM>netlib</EM>.
<LI> If ScaLAPACK is being tested  on a heterogeneous cluster of
       computers, please ensure that all executables are linked with the
       same debug level of the BLACS.  Otherwise,
       unpredictable results will occur because the debug level 1 BLACS (specified
       by <TT>BLACSDBGLVL=1</TT> in <TT>Bmake.inc</TT>) perform
       error-checking and thus send more messages than the performance debug
       level 0 BLACS (specified by <TT>BLACSDBGLVL=0</TT> in <TT>Bmake.inc</TT>).
</UL><BR> <HR>
<P><ADDRESS>
<I>Susan Blackford <BR>
Tue May 13 09:21:01 EDT 1997</I>
</ADDRESS>
</BODY>
</HTML>