Make bootstrap work from anywhere in the project
This commit is contained in:
parent
4277c07cc2
commit
68892d5dd8
@ -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<int> symmetries(4, NS)
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd `git rev-parse --show-toplevel`
|
||||
|
||||
type -a autoreconf > /dev/null ||
|
||||
{
|
||||
cat <<EOF && exit
|
||||
|
||||
Loading…
Reference in New Issue
Block a user