source: CIVL/examples/amg/dot_product/NOTES.txt@ 1aaefd4

1.23 2.0 main test-branch
Last change on this file since 1aaefd4 was ea777aa, checked in by Alex Wilton <awilton@…>, 3 years ago

Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5704 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 771 bytes
Line 
1Required source files:
2f1 : AMG2013/test/steve_test.c
3f2 : AMG2013/parcsr_mv/parcsr_mv.h
4f6 : /include/abc/mpi.h
5f7 : /include/abc/op.h
6f17 : AMG2013/seq_mv/seq_mv.h
7f91 : AMG2013/parcsr_mv/par_vector.c
8f100 : AMG2013/seq_mv/vector.c
9
10Entities used from f1: AMG2013/test/steve_test.c :
11 main
12
13Entities used from f2: AMG2013/parcsr_mv/parcsr_mv.h :
14 hypre_IJAssumedPart
15 hypre_ParVector
16
17Entities used from f6: /include/abc/mpi.h :
18 MPI_Datatype
19 MPI_Allreduce
20 MPI_Comm
21 MPI_Op
22
23Entities used from f7: /include/abc/op.h :
24 Operation
25
26Entities used from f17: AMG2013/seq_mv/seq_mv.h :
27 hypre_Vector
28
29Entities used from f91: AMG2013/parcsr_mv/par_vector.c :
30 hypre_ParVectorInnerProd
31
32Entities used from f100: AMG2013/seq_mv/vector.c :
33 hypre_SeqVectorInnerProd
Note: See TracBrowser for help on using the repository browser.