diff --git a/bench/test_main.cxx b/bench/test_main.cxx index 0d40016..0e4129e 100644 --- a/bench/test_main.cxx +++ b/bench/test_main.cxx @@ -142,8 +142,10 @@ int main(int argc, char** argv) { + /* tai */ f * nranks * no * nv ; - if (atrip::Atrip::rank == 0) - std::cout << "Tentative MEMORY USAGE: " << atrip_memory << "\n"; + if (rank == 0) { + std::cout << "Tentative MEMORY USAGE (GB): " + << double(atrip_memory) / 1024.0 / 1024.0 / 1024.0 << "\n"; + } std::vector symmetries(4, NS) diff --git a/bootstrap.sh b/bootstrap.sh index a5deda5..3a9858c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +cd `git rev-parse --show-toplevel` + type -a autoreconf > /dev/null || { cat <