diff --git a/tools/rebalance-corenrn-data.py b/tools/rebalance-corenrn-data.py old mode 100644 new mode 100755 index 55c545a6..c85ce77b --- a/tools/rebalance-corenrn-data.py +++ b/tools/rebalance-corenrn-data.py @@ -1,3 +1,13 @@ +#!/bin/env python3 + +""" +A post-processing script to redistribute CoreNeuron input files +more evenly across ranks based on their filesystem size. + +Blue Brain Project - EPFL, 2024 + +""" + import argparse import heapq import itertools