NexGenAnalytics / Trilinos

Primary repository for the Trilinos Project
https://trilinos.org/
Other
0 stars 2 forks source link

PyTrilinos: Evaluate test coverage #66

Open tlamonthezie opened 1 year ago

tlamonthezie commented 1 year ago

In the PyTrilinos package, with required dependency on Tpetra and optional dependency on Epetra, determine how many Epetra tests do not have Tpetra equivalents (if any).

Related to #50

tlamonthezie commented 1 year ago

Tests found written in Python in test and example directories

Tests having Epetra / Tpetra test testEpetra_BlockMap Epetra NO
test testEpetra_Comm Epetra NO
test testEpetra_CompObject Epetra NO
test testEpetra_CrsGraph Epetra NO
test testEpetra_CrsMatrix Epetra NO
test testEpetra_FEVector Epetra NO
test testEpetra_ImportExport Epetra NO
test testEpetra_IntSerialDense Epetra NO
test testEpetra_IntVector Epetra NO
test testEpetra_LinearProblem Epetra NO
test testEpetra_LocalMap Epetra NO
test testEpetra_Map Epetra testTpetra_Map YES
test testEpetra_MapColoring Epetra NO
test testEpetra_MultiVector Epetra testTpetra_MultiVector YES
test testEpetra_Object Epetra NO
test testEpetra_SerialDense Epetra NO
test testEpetra_Time Epetra NO
test testEpetra_Util Epetra NO
test testEpetra_Vector Epetra testTpetra_Vector Tpetra YES
test testEpetraExt_Coloring EpetraExt NO
test testEpetraExt_Property EpetraExt NO
test testEpetraExt_HDF5 EpetraExt NO
test testML_Space ML,EpetraExt NO
test testML_CompObject ML,EpetraExt NO
test testML_TimeObject ML,EpetraExt NO
test testML_MultiVector ML,EpetraExt NO
test testML_PyMatrix ML,EpetraExt NO
test testML_Preconditioner ML,EpetraExt NO
example exMPI_Init Epetra NO
example exEpetra Epetra NO
example exEpetra_Comm Epetra NO
example exEpetra_CrsMatrix_Easy Epetra NO
example exEpetra_CrsMatrix_Efficient Epetra NO
example exEpetra_FECrsMatrix_Easy Epetra NO
example exEpetra_ImportExport Epetra NO
example --- --- exEpetra_DAP Epetra,Tpetra,Domi Not Applicable ?
example exEpetraExt_IO_MatrixMarket Epetra,EpetraExt NO
example exEpetraExt_MatrixMatrix Epetra,EpetraExt NO
example exEpetraExt_IO_HDF5 Epetra,EpetraExt NO
example exIsorropia Epetra,Isorropia NO
example exAztecOO Epetra,AztecOO,Galeri NO
example exAztecOO_Operator Epetra,AztecOO,Galeri NO
example exAztecOO_RowMatrix Epetra,AztecOO,Galeri NO
example exAztecOO_BasicRowMatrix Epetra,AztecOO,Galeri NO
example exAmesos_Factory Epetra,Amesos NO
example exAmesos_Solvers Epetra,Amesos NO
example exIFPACK Epetra,EpetraExt,Ifpack,TriUtils,Galeri,AztecOO NO
example exKomplex_Simple Epetra,Komplex,AztecOO NO
example exAnasazi_BlockDavidson Epetra,Anasazi,Galeri NO
example exMLAPI Epetra,ML,not MPI NO
example exMLAPI_Iterate Epetra,ML,not MPI NO
example exMLAPI_PyMatrix Epetra,ML,EpetraExt NO
example exMLAPI_Smoother Epetra,ML,EpetraExt NO
example exMLAPI_AztecOO Epetra,ML,AztecOO,Galeri,not MPI NO
example exMLAPI_Simple Epetra,ML,AztecOO,EpetraExt,Galeri NO
example exNOX_2DSim Epetra,Nox,not PMI NO
example exNOXEpetraExt_2DSim Epetra,EpetraExt,Nox,not PMI NO
example exNOX_1Dfdm Epetra,EpetraExt,Nox NO

Other Tests not identified as directly related to epetra/tpetra

Folder Test (main filename) Requirements
test testIsorropia Isorropia
test testAztecOO AztecOO
test testAmesos Amesos
test testIFPACK Ifpack
test testKomplex_LinearProblem Komplex
test testAnasazi Anasazi
test testPliris Pliris
test testNOX_StatusTest Nox
example exTeuchos
example exTriUtils TriUtils
example exDomi_Simple Domi