| [79b86ed] | 1 | IJ_mv
|
|---|
| 2 | 1) Error: Undeclared identifier __FILE__
|
|---|
| 3 | at utilities.h:890.47-55 "__FILE__" from HYPRE_IJVector.c:51.6-17 "hypre_error"
|
|---|
| 4 | Fixed by adding dummy data
|
|---|
| 5 | 2) Error: Undeclared identifier hypre_IJVectorDistributePar
|
|---|
| 6 | at IJVector.c:41.16-43 "hypre_IJVectorDistributePar"
|
|---|
| 7 | Fixed by adding prototype function in header file
|
|---|
| 8 | Exception in thread "main" A CIVL internal error has occurred. Please report the error to civl-dev@udel.edu.
|
|---|
| 9 | An error occurred when p1(id=1) attempted to load the library evaluator for utilities: edu.udel.cis.vsl.civl.library.utilities.LibutilitiesEvaluator
|
|---|
| 10 | at amg2013.c:1733.6-65 "time_index = hypre_InitializeTiming("Setup matrix and rhs")".
|
|---|
| 11 |
|
|---|
| 12 | examples/mpi-omp/AMG2013/IJ_mv/aux_par_vector.c examples/mpi-omp/AMG2013/IJ_mv/aux_parcsr_matrix.c examples/mpi-omp/AMG2013/IJ_mv/HYPRE_IJMatrix.c examples/mpi-omp/AMG2013/IJ_mv/HYPRE_IJVector.c examples/mpi-omp/AMG2013/IJ_mv/IJMatrix_parcsr.c examples/mpi-omp/AMG2013/IJ_mv/IJMatrix.c examples/mpi-omp/AMG2013/IJ_mv/IJVector_parcsr.c examples/mpi-omp/AMG2013/IJ_mv/IJVector.c
|
|---|
| 13 |
|
|---|
| 14 | krylov
|
|---|
| 15 | Error: The parameters for the function have not been specified.
|
|---|
| 16 | Note that a prototype for a function with 0 parameters must have the form "f(void)"
|
|---|
| 17 | at gmres.c:201.10-46 "precond_setup(precond_data, A, b ... )"
|
|---|
| 18 | NPE in Call analyzer
|
|---|
| 19 | examples/mpi-omp/AMG2013/krylov/gmres.c examples/mpi-omp/AMG2013/krylov/HYPRE_gmres.c examples/mpi-omp/AMG2013/krylov/HYPRE_pcg.c examples/mpi-omp/AMG2013/krylov/pcg.c
|
|---|
| 20 |
|
|---|
| 21 | parcsr_ls (also problem with num_threads -> makes it farther with num_threadsID instead)
|
|---|
| 22 | Error: No conversion from type of right hand side to that of left:
|
|---|
| 23 | (void) *
|
|---|
| 24 | struct MPI_Comm
|
|---|
| 25 | at gen_redcs_mat.c:449.6-mpi.h:449.30 "new_comm = ((void*) ... )"
|
|---|
| 26 | examples/mpi-omp/AMG2013/parcsr_ls/aux_interp.c examples/mpi-omp/AMG2013/parcsr_ls/gen_redcs_mat.c examples/mpi-omp/AMG2013/parcsr_ls/HYPRE_parcsr_amg.c examples/mpi-omp/AMG2013/parcsr_ls/HYPRE_parcsr_gmres.c examples/mpi-omp/AMG2013/parcsr_ls/HYPRE_parcsr_pcg.c examples/mpi-omp/AMG2013/parcsr_ls/par_amg_setup.c examples/mpi-omp/AMG2013/parcsr_ls/par_amg_solve.c examples/mpi-omp/AMG2013/parcsr_ls/par_amg.c examples/mpi-omp/AMG2013/parcsr_ls/par_cg_relax_wt.c examples/mpi-omp/AMG2013/parcsr_ls/par_coarse_parms.c examples/mpi-omp/AMG2013/parcsr_ls/par_coarsen.c examples/mpi-omp/AMG2013/parcsr_ls/par_cycle.c examples/mpi-omp/AMG2013/parcsr_ls/par_difconv.c examples/mpi-omp/AMG2013/parcsr_ls/par_indepset.c examples/mpi-omp/AMG2013/parcsr_ls/par_interp.c examples/mpi-omp/AMG2013/parcsr_ls/par_jacobi_interp.c examples/mpi-omp/AMG2013/parcsr_ls/par_laplace_27pt.c examples/mpi-omp/AMG2013/parcsr_ls/par_laplace.c examples/mpi-omp/AMG2013/parcsr_ls/par_lr_interp.c examples/mpi-omp/AMG2013/parcsr_ls/par_multi_interp.c examples/mpi-omp/AMG2013/parcsr_ls/par_nodal_systems.c examples/mpi-omp/AMG2013/parcsr_ls/par_rap_communication.c examples/mpi-omp/AMG2013/parcsr_ls/par_rap.c examples/mpi-omp/AMG2013/parcsr_ls/par_relax_interface.c examples/mpi-omp/AMG2013/parcsr_ls/par_relax_more.c examples/mpi-omp/AMG2013/parcsr_ls/par_relax.c examples/mpi-omp/AMG2013/parcsr_ls/par_scaled_matnorm.c examples/mpi-omp/AMG2013/parcsr_ls/par_stats.c examples/mpi-omp/AMG2013/parcsr_ls/par_strength.c examples/mpi-omp/AMG2013/parcsr_ls/par_vardifconv.c examples/mpi-omp/AMG2013/parcsr_ls/partial.c examples/mpi-omp/AMG2013/parcsr_ls/pcg_par.c
|
|---|
| 27 |
|
|---|
| 28 | parcsr_mv - comment out part of #deine for hypre_assert
|
|---|
| 29 | 1) Error: Undeclared identifier __FILE__
|
|---|
| 30 | at utilities.h:890.47-55 "__FILE__" from utilities.h:891.34-45 "hypre_error" from HYPRE_parcsr_matrix.c:43.16-34 "hypre_error_in_arg"
|
|---|
| 31 | 2) Error: Undeclared identifier hypre_ParCSRCommPkgSendMapStart
|
|---|
| 32 | at utilities.h:103.45-76 "hypre_ParCSRCommPkgSendMapStart" from par_csr_matvec.c:103.45-76 "hypre_ParCSRCommPkgSendMapStart"
|
|---|
| 33 | examples/mpi-omp/AMG2013/parcsr_mv/HYPRE_parcsr_matrix.c examples/mpi-omp/AMG2013/parcsr_mv/HYPRE_parcsr_vector.c examples/mpi-omp/AMG2013/parcsr_mv/new_commpkg.c examples/mpi-omp/AMG2013/parcsr_mv/par_csr_assumed_part.c examples/mpi-omp/AMG2013/parcsr_mv/par_csr_communication.c examples/mpi-omp/AMG2013/parcsr_mv/par_csr_matop_marked.c examples/mpi-omp/AMG2013/parcsr_mv/par_csr_matop.c examples/mpi-omp/AMG2013/parcsr_mv/par_csr_matrix.c examples/mpi-omp/AMG2013/parcsr_mv/par_csr_matvec.c examples/mpi-omp/AMG2013/parcsr_mv/par_vector.c
|
|---|
| 34 |
|
|---|
| 35 | seq_mv
|
|---|
| 36 | examples/mpi-omp/AMG2013/seq_mv/big_csr_matrix.c examples/mpi-omp/AMG2013/seq_mv/csr_matop.c examples/mpi-omp/AMG2013/seq_mv/csr_matrix.c examples/mpi-omp/AMG2013/seq_mv/csr_matvec.c examples/mpi-omp/AMG2013/seq_mv/genpart.c examples/mpi-omp/AMG2013/seq_mv/HYPRE_csr_matrix.c examples/mpi-omp/AMG2013/seq_mv/HYPRE_vector.c examples/mpi-omp/AMG2013/seq_mv/vector.c
|
|---|
| 37 |
|
|---|
| 38 | sstruct_mv
|
|---|
| 39 | 1) Error: Undeclared identifier __FILE__
|
|---|
| 40 | at utilities.h:890.47-55 "__FILE__" from utilities.h:891.34-45 "hypre_error" from sstruct_matrix.c:656.6-24 "hypre_error_in_arg"
|
|---|
| 41 |
|
|---|
| 42 | 2) NPE in SideEffect
|
|---|
| 43 |
|
|---|
| 44 | examples/mpi-omp/AMG2013/sstruct_mv/box_map.c examples/mpi-omp/AMG2013/sstruct_mv/HYPRE_sstruct_graph.c examples/mpi-omp/AMG2013/sstruct_mv/HYPRE_sstruct_grid.c examples/mpi-omp/AMG2013/sstruct_mv/HYPRE_sstruct_matrix.c examples/mpi-omp/AMG2013/sstruct_mv/HYPRE_sstruct_stencil.c examples/mpi-omp/AMG2013/sstruct_mv/HYPRE_sstruct_vector.c examples/mpi-omp/AMG2013/sstruct_mv/sstruct_axpy.c examples/mpi-omp/AMG2013/sstruct_mv/sstruct_copy.c examples/mpi-omp/AMG2013/sstruct_mv/sstruct_graph.c examples/mpi-omp/AMG2013/sstruct_mv/sstruct_grid.c examples/mpi-omp/AMG2013/sstruct_mv/sstruct_innerprod.c examples/mpi-omp/AMG2013/sstruct_mv/sstruct_matrix.c examples/mpi-omp/AMG2013/sstruct_mv/sstruct_matvec.c examples/mpi-omp/AMG2013/sstruct_mv/sstruct_overlap_innerprod.c examples/mpi-omp/AMG2013/sstruct_mv/sstruct_scale.c examples/mpi-omp/AMG2013/sstruct_mv/sstruct_stencil.c examples/mpi-omp/AMG2013/sstruct_mv/sstruct_vector.c
|
|---|
| 45 |
|
|---|
| 46 | struct_mv
|
|---|
| 47 | 1) Error: Undeclared identifier __FILE__
|
|---|
| 48 | at utilities.h:890.47-55 "__FILE__" from utilities.h:891.34-45 "hypre_error" from box_manager.c:555.9-27 "hypre_error_in_arg"
|
|---|
| 49 | 2) Error: The parameters for the function have not been specified.
|
|---|
| 50 | Note that a prototype for a function with 0 parameters must have the form "f(void)"
|
|---|
| 51 | at struct_vector.c:1186.24-36 "fcn(i, j, k)"
|
|---|
| 52 | examples/mpi-omp/AMG2013/struct_mv/assumed_part.c examples/mpi-omp/AMG2013/struct_mv/box_algebra.c examples/mpi-omp/AMG2013/struct_mv/box_alloc.c examples/mpi-omp/AMG2013/struct_mv/box_boundary.c examples/mpi-omp/AMG2013/struct_mv/box_manager.c examples/mpi-omp/AMG2013/struct_mv/box_neighbors.c examples/mpi-omp/AMG2013/struct_mv/box.c examples/mpi-omp/AMG2013/struct_mv/communication_info.c examples/mpi-omp/AMG2013/struct_mv/computation.c examples/mpi-omp/AMG2013/struct_mv/grow.c examples/mpi-omp/AMG2013/struct_mv/HYPRE_struct_grid.c examples/mpi-omp/AMG2013/struct_mv/HYPRE_struct_matrix.c examples/mpi-omp/AMG2013/struct_mv/HYPRE_struct_stencil.c examples/mpi-omp/AMG2013/struct_mv/HYPRE_struct_vector.c examples/mpi-omp/AMG2013/struct_mv/new_assemble.c examples/mpi-omp/AMG2013/struct_mv/new_box_neighbors.c examples/mpi-omp/AMG2013/struct_mv/project.c examples/mpi-omp/AMG2013/struct_mv/struct_axpy.c examples/mpi-omp/AMG2013/struct_mv/struct_communication.c examples/mpi-omp/AMG2013/struct_mv/struct_copy.c examples/mpi-omp/AMG2013/struct_mv/struct_grid.c examples/mpi-omp/AMG2013/struct_mv/struct_innerprod.c examples/mpi-omp/AMG2013/struct_mv/struct_io.c examples/mpi-omp/AMG2013/struct_mv/struct_matrix_mask.c examples/mpi-omp/AMG2013/struct_mv/struct_matrix.c examples/mpi-omp/AMG2013/struct_mv/struct_matvec.c examples/mpi-omp/AMG2013/struct_mv/struct_overlap_innerprod.c examples/mpi-omp/AMG2013/struct_mv/struct_scale.c examples/mpi-omp/AMG2013/struct_mv/struct_stencil.c examples/mpi-omp/AMG2013/struct_mv/struct_vector.c
|
|---|
| 53 |
|
|---|
| 54 | utilities
|
|---|
| 55 | CallAnalyzer - NPE
|
|---|
| 56 | examples/mpi-omp/AMG2013/utilities/amg_linklist.c examples/mpi-omp/AMG2013/utilities/binsearch.c examples/mpi-omp/AMG2013/utilities/exchange_data.c examples/mpi-omp/AMG2013/utilities/hypre_memory.c examples/mpi-omp/AMG2013/utilities/hypre_qsort.c examples/mpi-omp/AMG2013/utilities/memory_dmalloc.c examples/mpi-omp/AMG2013/utilities/mpistubs.c examples/mpi-omp/AMG2013/utilities/qsplit.c examples/mpi-omp/AMG2013/utilities/thread_mpistubs.c examples/mpi-omp/AMG2013/utilities/threading.c examples/mpi-omp/AMG2013/utilities/timer.c examples/mpi-omp/AMG2013/utilities/timing.c
|
|---|
| 57 | examples/mpi-omp/AMG2013/utilities/umalloc_local.c
|
|---|
| 58 |
|
|---|
| 59 |
|
|---|
| 60 |
|
|---|
| 61 |
|
|---|
| 62 | Parcsr_ls
|
|---|
| 63 | change: num_threads -> num_threadsID
|
|---|
| 64 |
|
|---|
| 65 | Krylov
|
|---|
| 66 | change: added types for function params in function pointer
|
|---|
| 67 |
|
|---|
| 68 |
|
|---|
| 69 |
|
|---|
| 70 |
|
|---|
| 71 |
|
|---|
| 72 |
|
|---|
| 73 | Current State:
|
|---|
| 74 |
|
|---|
| 75 | IJ_mv
|
|---|
| 76 | library eval error - makes in through all transformations
|
|---|
| 77 |
|
|---|
| 78 | Krylov
|
|---|
| 79 | ClassCastException that happens with function pointers
|
|---|
| 80 |
|
|---|
| 81 | Parcsr_ls
|
|---|
| 82 | ClassCastException in OmpWorker
|
|---|
| 83 |
|
|---|
| 84 | Parcsr_mv
|
|---|
| 85 | Undeclared identifier hypre_ParCSRCommPkgSendMapStart
|
|---|
| 86 |
|
|---|
| 87 | Seq_mv
|
|---|
| 88 | library eval error - makes in through all transformations
|
|---|
| 89 |
|
|---|
| 90 | Sstruct_mv
|
|---|
| 91 | OutOfMemory: GC overhead limit exceeded
|
|---|
| 92 | NPE in side effect remover
|
|---|
| 93 |
|
|---|
| 94 | Struct_mv
|
|---|
| 95 | Changed final_innerprod_result name and added null check
|
|---|
| 96 | library eval error - makes in through all transformations
|
|---|
| 97 |
|
|---|
| 98 |
|
|---|
| 99 | Utils
|
|---|
| 100 | Can't find sys/times.h |
|---|