Skip to content

Commit

Permalink
Merge pull request #14 from TUM-I5/davschneller/rm-arrayutils
Browse files Browse the repository at this point in the history
Remove ArrayUtils references
  • Loading branch information
davschneller authored Nov 29, 2024
2 parents dc6cead + 17a4ed8 commit 4424297
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backends/MPIInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@

#include <mpi.h>

#include "utils/arrayutils.h"
#include "utils/env.h"
#include "utils/stringutils.h"

Expand All @@ -66,7 +65,7 @@ class MPIInfo

MPI_Info_create(&info);

for (unsigned int i = 0; i < utils::ArrayUtils::size(mpioHints); i++) {
for (unsigned int i = 0; i < 8; i++) {
std::string hint(mpioHints[i]);
utils::StringUtils::toUpper(hint);
std::string envName = "XDMFWRITER_MPIO_" + hint;
Expand Down

0 comments on commit 4424297

Please sign in to comment.