1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #492 from m-a-d-n-e-s-s/491-calling-get-on-a-pending-future-should-not-yield-with-parsec-backend More... over 1 year ago
World::await fast exits if probe()==true More... over 1 year ago
reverts 4785f17bec34e08f10fa4de84c7359f0404a4d78 so that madness::within_madness_task only appears within parsec-specific code More... over 1 year ago
Future::get() accepts dowork flag, defaulted to true to make the behavior same as before More... over 1 year ago
When using the PaRSEC backend Future::get() will only execute tasks if not invoked within a task when (needs to execute tasks if invoked within user code to kickstart computation) ... resolves #491 More... over 1 year ago
Merge pull request #489 from m-a-d-n-e-s-s/evaleev-patch-1 More... over 1 year ago
Merge pull request #490 from m-a-d-n-e-s-s/pr-cis-restart More... over 1 year ago
fix More... over 1 year ago
making mpi work again More... over 1 year ago
minor changes More... over 1 year ago
minor changes More... over 1 year ago
Merge branch 'master' into pr-cis-restart More... over 1 year ago
formatting output More... over 1 year ago
some more cleanup More... over 1 year ago
[cmake] fixup construction of MADtest_cuda More... over 1 year ago
[cmake] do not use FindCUDA, use CUDA language support More... over 1 year ago
only build CUDA example if PaRSEC found CUDA More... over 1 year ago
Merge pull request #488 from m-a-d-n-e-s-s/evaleev/feature/initialize-with-existing-parsec-ctx More... over 1 year ago
by calling ParsecRuntime::initialize_with_existing_context(ctx) before madness::initialize can use existing parsec context More... over 1 year ago
Merge pull request #487 from m-a-d-n-e-s-s/evaleev/fix/serialize-allocator More... over 1 year ago
some more cleanup More... over 1 year ago
restart for cis More... over 1 year ago
fixing tests More... over 1 year ago
more cleanup: consistent handling of frozen orbitals in cis and cc2 More... over 1 year ago
std::allocator is serializable + support serialization of containers with stateful allocator More... over 1 year ago
redone syntax for restart : {"none","iterate","no_compute"} redone syntax for excitations and nexcitations for consistency with cc2 changed canonical symmetrization to rr-cholesky in guess More... over 1 year ago
some cleanup More... over 1 year ago
checkpointing before removing excitation member variable from CC_vecfunction More... over 1 year ago
fixing copy/paste issues in plot installs More... over 1 year ago
Merge pull request #486 from m-a-d-n-e-s-s/pr-freeze-cis More... over 1 year ago