Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BigInt and a BigFloat fix #127

Merged
merged 2 commits into from
Jan 14, 2016
Merged

BigInt and a BigFloat fix #127

merged 2 commits into from
Jan 14, 2016

Conversation

poulson
Copy link
Member

@poulson poulson commented Jan 14, 2016

In addition to fixing a bug in the in-place version of mpi::TaggedSendRecv for BigFloat, this commit adds library-wide support for a new BigInt class, which will later be useful for several algebraic number theory routines (especially maintaining unimodular matrices).

Jack Poulson added 2 commits January 12, 2016 16:38
…ition to fixing several issues with BigInt, a bug in the in-place PackedTaggedSendRecv (not packing the send buffer) was fixed that effected several BigFloat DistMatrix redistributions
poulson pushed a commit that referenced this pull request Jan 14, 2016
BigInt and a BigFloat fix
@poulson poulson merged commit 04c057c into master Jan 14, 2016
@poulson poulson deleted the BigInt branch January 14, 2016 17:38
benson31 added a commit to benson31/Elemental that referenced this pull request Dec 7, 2021
* Enable the HermitianEig API for sequential matrices.

* Apply suggestions from code review

Co-authored-by: Tim Moon <moon13@llnl.gov>

Co-authored-by: Tim Moon <moon13@llnl.gov>
a0x8o added a commit to a0x8o/elemental that referenced this pull request Jun 6, 2022
* LLNL-hydrogen: (711 commits)
  Update README.md
  Add Clang 4.0 to .travis.yml and allow 6.0 to fail
  Fix ambiguous template special. errors with GCC 7+
  Add GCC 8 and Clang 6.0 to Travis CI.
  Enable OpenMP code only if EL_HYBRID is set
  CMake, GCC: Enable libquadmath detection for GCC 5.x to 8.x.
  Pass MPI_C_COMPILER instead of CMAKE_C_COMPILER to ensure that ParMetis is built with the right compiler (flags)
  Cleanup some issues with ETI and the Memory class (elemental#136)
  Distributed Cholesky for GPU (elemental#135)
  Debugging TranslateBetweenGrids (elemental#133)
  Fix an issue leading to bad linkage. (elemental#134)
  Update CMake support for CUDA HPC SDK and HIP (elemental#132)
  Update HydrogenConfig.cmake.in
  Update CMakeLists.txt
  Update CMakeLists.txt
  Add assertion that LAPACK is found. (elemental#131)
  Serial eigensolver for GPU (elemental#130)
  Remove FP16 from the ETI for eigensolvers. (elemental#129)
  Changed the CUDA compiler detection to just enable CUDA support rather (elemental#128)
  Reenable the HermitianEig API for sequential matrices. (elemental#127)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant