Skip to content

Commit

Permalink
update message of information on parallelization
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Sep 17, 2023
1 parent 5c481fa commit ecb347e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/iTPS/iTPS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ iTPS<tensor>::iTPS(MPI_Comm comm_, PEPS_Parameters peps_parameters_,
}

if (peps_parameters.print_level >= PrintLevel::info) {
std::cout << "Number of Processes: " << mpisize << std::endl;
std::cout << "Number of Threads / Process: " << omp_get_max_threads()
std::cout << "Number of MPI Processes: " << mpisize << std::endl;
std::cout << "Number of OpenMP Threads of each MPI Process: " << omp_get_max_threads()
<< std::endl;

if (peps_parameters.is_real) {
Expand Down

0 comments on commit ecb347e

Please sign in to comment.