History log of /petsc/config/BuildSystem/config/packages/cams.py (Results 1 – 10 of 10)
Revision Date Author Comments
# 46ee7374 21-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-07-21/fix-github-downloads' into 'main'

Fix download field for packages that use github to always include tarball...

Closes #1424

See merge request petsc/petsc!6744


# 42abebd7 21-Jul-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix download field for packages that use github to always include tarball version for people without git on 200 million dollar systems


# 7349f010 08-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 47da2a4e 08-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/release/update-cams' into 'release'

Update gitcommit for CAMS

See merge request petsc/petsc!5396


# 3e475bf7 04-Jul-2022 Hong Zhang <hongzhang@anl.gov>

Update gitcommit for package CAMS


# 21e6d802 21-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/configure-remove-sudo' into 'main'

configure: remove usage of sudo with external-packages

See merge request petsc/petsc!4333


# f3c5548c 20-Sep-2021 Satish Balay <balay@mcs.anl.gov>

configure: remove usage of sudo with external-packages


# 12bafbd6 09-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/add-acms-support' into 'main'

Add support for CAMS

See merge request petsc/petsc!4111


# 533251d3 03-Jul-2021 Hong Zhang <hongzhang@anl.gov>

Add option -ts_trajectory_memory_type

- Add dev changes
- TSTrajectoryMemory: further savings for stiffly accurate schemes
- TSTrajectoryMemory: namespace private functions
- TSTrajectoryBasic: when

Add option -ts_trajectory_memory_type

- Add dev changes
- TSTrajectoryMemory: further savings for stiffly accurate schemes
- TSTrajectoryMemory: namespace private functions
- TSTrajectoryBasic: when the solution is the same as the last stage, no need to save both of them to disk.

Commit-type: feature
/spend 4h

show more ...


# cc4f23bc 17-Dec-2020 Hong Zhang <hongzhang@anl.gov>

Add interface to libcams

- CAMS also work for stiffly-accurate methods. The last stage points to the solution vector ts->vec_sol. This feature is leveraged in CAMS checkpointing to reduce the memory

Add interface to libcams

- CAMS also work for stiffly-accurate methods. The last stage points to the solution vector ts->vec_sol. This feature is leveraged in CAMS checkpointing to reduce the memory cost.

- Add option -ts_trajectory_max_units_ram
- Added -ts_trajectory_max_units_ram and -ts_trajectory_max_units_disk to specify the number of available checkpointing units.
- Conceptualy a checkpoint may contain multiple checkpointing units (solution and stage values) of the same size.
- Users should use either max_units or max_cps, but not both at the same time.

Commit-type: feature
/spend 20h

show more ...