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 64 65 66 67 68 69 70 71 72
|
<!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>Output of Example Program #1 Using PVM</TITLE>
<META NAME="description" CONTENT="Output of Example Program #1 Using PVM">
<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="tex2html2517" HREF="node33.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="http://www.netlib.org/utk/icons/next_motif.gif"></A> <A NAME="tex2html2515" HREF="node28.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="http://www.netlib.org/utk/icons/up_motif.gif"></A> <A NAME="tex2html2511" HREF="node31.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="http://www.netlib.org/utk/icons/previous_motif.gif"></A> <A NAME="tex2html2519" 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="tex2html2520" 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="tex2html2518" HREF="node33.html">Four Basic Steps Required </A>
<B>Up:</B> <A NAME="tex2html2516" HREF="node28.html">Details of Example Program </A>
<B> Previous:</B> <A NAME="tex2html2512" HREF="node31.html">Output of Example Program </A>
<BR> <P>
<H2><A NAME="SECTION04234000000000000000">Output of Example Program #1 Using PVM</A></H2>
<P>
When this example program is executed on a SUN4 architecture using
PVM (version 3.3.11) and the PVM BLACS, the following
output<A NAME="tex2html167" HREF="footnode.html#782"><IMG ALIGN=BOTTOM ALT="gif" SRC="http://www.netlib.org/utk/icons/foot_motif.gif"></A>
is received:<A NAME="783"> </A>
<PRE>sun4> f77 -o example1 example1.f scalapack_SUN4.a \
blacs_PVM-SUN4-0.a blas_SUN4.a $PVM_ROOT/lib/SUN4/libpvm3.a
example1.f:
MAIN example1:
matinit:
sun4> cp example1 $HOME/pvm3/bin/SUN4/
sun4> cd $HOME/pvm3/bin/SUN4/
sun4> pvm
pvm> quit
pvmd still running.
sun4> example1
File 'blacs_setup.dat' not found. Spawning processes to current
configuration.
Enter the name of the executable to run: example1
Spawning 5 more copies of example1
Spawning process 'example1' to host sun4
[t40003] BEGIN
Spawning process 'example1' to host sun4
[t40004] BEGIN
Spawning process 'example1' to host sun4
[t40005] BEGIN
Spawning process 'example1' to host sun4
[t40006] BEGIN
Spawning process 'example1' to host sun4
[t40007] BEGIN
ScaLAPACK Example Program #1 -- May 1, 1997
Solving Ax=b where A is a 9 by 9 matrix with a block size of 2
Running on 6 processes, where the process grid is 2 by 3
INFO code returned by PDGESV = 0
According to the normalized residual the solution is correct.
||A*x - b|| / ( ||x||*||A||*eps*N ) = 0.00000000E+00
sun4> pvm
pvmd already running.
pvm> halt
sun4></PRE>
<P>
<BR> <HR>
<P><ADDRESS>
<I>Susan Blackford <BR>
Tue May 13 09:21:01 EDT 1997</I>
</ADDRESS>
</BODY>
</HTML>
|