Skip to content

Commit

Permalink
ccmake is unfortunately no longer usable cause with alt libfabric
Browse files Browse the repository at this point in the history
  • Loading branch information
PDoakORNL committed Nov 6, 2024
1 parent b0113ec commit a2d628d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build-aux/frontier_rocm6_load_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

module reset
module load amd-mixed/6.0.0
module load libfabric/1.15.2.0
module load ninja
module load cmake
module load adios2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@ double StdThreadQmciClusterSolver<QmciSolver>::finalize(dca_info_struct_t& dca_i
double L2_Sigma_difference = QmciSolver::finalize(dca_info_struct);

if (dca_iteration_ == parameters_.get_dca_iterations() - 1) {
std::cout << "Writing Configurations.\n";
if (concurrency_.id() == concurrency_.first())
std::cout << "Writing Configurations.\n";
writeConfigurations();
}
// autocorrelation_data_.sumConcurrency(concurrency_);
Expand Down

0 comments on commit a2d628d

Please sign in to comment.