-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge Fix CGS logging and update containers
This is a small PR which fixes a small problem with the way CGS is logged and updates the containers. Here are the description of the two commits: ### CGS logging 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). ### Container update 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. ### Related PR: #328
- Loading branch information
Showing
8 changed files
with
227 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.