Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
powerman: increase maximum line length
Problem: On very larger clusters command line operations of a large number of nodes (e.g. node[1,3,5,...,4997,4999]) can exceed internal buffers, leading to errors. Increase the internal maximum line length from 8K to 128K, which should handle any HPC cluster in existence today and larger ones in the future. Fixes #193
- Loading branch information