adam-sim-dev

Results 12 issues of adam-sim-dev

linalg/sparsemat.cpp: In member function ‘void mfem::SparseMatrix::SortColumnIndices()’: linalg/sparsemat.cpp:479:16: warning: ‘csru2csrInfo_t’ is deprecated: The type will be removed in the next major release [-Wdeprecated-declarations] 479 | csru2csrInfo_t sortInfoA; | ^~~~~~~~~ /usr/local/cuda-12.3/bin/../targets/x86_64-linux/include/cusparse.h:246:23: note:...

building
GPU

MUMPS requires ScaLAPACK, however mfem does not provide a FindScaLAPACK.cmake module.

building
cmake

I can build and run examples/petsc/ex3p with both sample run options: ``` // mpirun -np 4 ex3p -m ../../data/klein-bottle.mesh -o 2 -f 0.1 --petscopts rc_ex3p // mpirun -np 4 ex3p...

examples & miniapps
PETSc

Dear developers, Can Caliper record the memory usage versus time? Best, Adam

Deal developers, Could you please update the ug.pdf? It was written 5 years ago, and may not reflect the new features in the latest release. Thanks. Adam

cmake -S . -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DWITH_MPI=On -DMPI_C_COMPILER=mpiicx -DMPI_CXX_COMPILER=mpiicpx -DBUILD_SHARED_LIBS=Off -DWITH_GOTCHA=Off -DCMAKE_INSTALL_PREFIX=./caliper -DCMAKE_INSTALL_LIBDIR=lib [cmake.log](https://github.com/LLNL/Caliper/files/14804714/cmake.log) [make.log](https://github.com/LLNL/Caliper/files/14804715/make.log)

Dear developers, Currently mfem supports the singular problems where beta is zero in the whole domain, while if beta is zero only in parts of the domain it is not...

| PR | Author | Editor | Reviewers | Assignment | Approval | Merge| | --- | --- | --- | --- | --- | --- | --- | |...

mesh
in-review

Close https://github.com/mfem/mfem/issues/4142 by @pazner | PR | Author | Editor | Reviewers | Assignment | Approval | Merge| | --- | --- | --- | --- | --- | ---...

linalg
GPU
in-review

PR by @psocratis

WIP