Lines Matching full:echo
7 @ echo "Make sure you are using correct Makefile.in for your system."
8 @ echo "At this level, assuming you have downloded all necessary "
9 @ echo "files and made an archive file of BLAS routines for your "
10 @ echo "system."
11 @ echo " "
12 @ echo "The Makefile compiles the routines of CBLAS (C interface of "
13 @ echo "BLAS) and testers for all the precisions. "
14 @ echo "If there is no directory for archives in CBLAS/lib, it "
15 @ echo "creates new directory with the name of the platform of your "
16 @ echo "machine."
17 @ echo " "
18 @ echo "To compile, you have to type as follows"
19 @ echo "make <target>"
20 @ echo " where <target> is one of:"
21 @ echo "slib1 --- make an archive of level 1 REAL."
22 @ echo "dlib1 --- make an archive of level 1 DOUBLE PRECISION."
23 @ echo "clib1 --- make an archive of level 1 COMPLEX."
24 @ echo "zlib1 --- make an archive of level 1 COMPLEX*16."
25 @ echo "alllib1 - make an archive of level 1 all precisions."
26 @ echo " "
27 @ echo "slib2 --- make an archive of level 2 REAL."
28 @ echo "dlib2 --- make an archive of level 2 DOUBLE PRECSION."
29 @ echo "clib2 --- make an archive of level 2 COMPLEX."
30 @ echo "zlib2 --- make an archive of level 2 COMPLEX*16."
31 @ echo "alllib2 - make an archive of level 2 all precisions."
32 @ echo " "
33 @ echo "slib3 --- make an archive of level 3 REAL."
34 @ echo "dlib3 --- make an archive of level 3 DOUBLE PRECISION ."
35 @ echo "clib3 --- make an archive of level 3 COMPLEX."
36 @ echo "zlib3 --- make an archive of level 3 COMPLEX*16."
37 @ echo "alllib3 - make an archive of level 3 all precisions."
38 @ echo " "
39 @ echo "alllib -- make an archive for all precisions."
40 @ echo " "
41 @ echo "stest1 -- Compiles the tester for level 1 REAL."
42 @ echo "dtest1 -- Compiles the tester for level 1 DOUBLE PRECISION. "
43 @ echo "ctest1 -- Compiles the tester for level 1 COMPLEX."
44 @ echo "ztest1 -- Compiles the tester for level 1 COMPLEX*16."
45 @ echo "alltst1 - Compiles testers for all precisions of level 1."
46 @ echo " "
47 @ echo "stest2 -- Compiles the tester for level 2 REAL."
48 @ echo "dtest2 -- Compiles the tester for level 2 DOUBLE PRECISION. "
49 @ echo "ctest2 -- Compiles the tester for level 2 COMPLEX."
50 @ echo "ztest2 -- Compiles the tester for level 2 COMPLEX*16."
51 @ echo "alltst2 - Compiles testers for all precisions of level 2."
52 @ echo " "
53 @ echo "stest3 -- Compiles the tester for level 3 REAL."
54 @ echo "dtest3 -- Compiles the tester for level 3 DOUBLE PRECISON. "
55 @ echo "ctest3 -- Compiles the tester for level 3 COMPLEX."
56 @ echo "ztest3 -- Compiles the tester for level 3 COMPLEX*16."
57 @ echo "alltst3 - Compiles testers for all precisions of level 3."
58 @ echo " "
59 @ echo "alltst -- Compiles testers for all CBLAS routines."
60 @ echo "runtst -- Execute testers for all CBLAS routines."
61 @ echo " "
62 @ echo "all ----- Creates a library and testers for ALL."
63 @ echo " "
64 @ echo "clean --- Erase all the .o and excutable files"
65 @ echo "cleanlib -- Erase all the .o files"
66 @ echo "cleanexe -- Erase all the excutable files"
67 @ echo "rmlib --- Remove a library file."
68 @ echo " "
69 @ echo "example -- Creates example1 and example2"
70 @ echo "example1 -- A small example to exercise the interface "
71 @ echo "example2 -- Test that cblas_xerbla() is working correctly"
72 @ echo " "
73 @ echo " ------- Warning ------- "
74 @ echo "If you want just to make a tester, make sure you have"
75 @ echo "already made an archive file out of CBLAS routines."
76 @ echo " "
77 @ echo "Written by Keita Teranishi"
78 @ echo "3/4/98 "