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

Fix CGS logging and update containers #328

Merged
merged 2 commits into from
Aug 1, 2019
Merged

Fix CGS logging and update containers #328

merged 2 commits into from
Aug 1, 2019

Commits on Aug 1, 2019

  1. Report subiteration residuals through iteration_complete for CGS.

    + Previously, when running the CGS solver for 100 iterations only 50 residuals
    would be reported because one loop does two iterations.
    + Currently, the same residual and solution vectors are reported twice as
    these are computed only every two iterations (once per loop run).
    tcojean committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    8c47a15 View commit details
    Browse the repository at this point in the history
  2. Update the containers with new functionalities.

    + Add Ubuntu 18.04 support for CUDA containers (cuda 9.2 and more supported only).
    + Correctly set the environment variables with CUDA paths
    + Add support for automake, pkg-config and libtool.
    + Add hwloc support and integrate a topology file of the machine. This has to be
    done since hwloc has trouble finding CUDA devices inside the container.
    tcojean committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    1ed8645 View commit details
    Browse the repository at this point in the history