Skip to content

Commit

Permalink
Make executable script and add header
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdonline committed Oct 23, 2024
1 parent 0ce6c18 commit d146b16
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tools/rebalance-corenrn-data.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d146b16

Please sign in to comment.