DARMA-tasking / LB-analysis-framework

Analysis framework for exploring, testing, and comparing load balancing strategies
Other
3 stars 1 forks source link

#403: fix n_ranks using data files better detection with regex #404

Closed tlamonthezie closed 1 year ago

tlamonthezie commented 1 year ago

Fixes #403

The n_ranks value detection is now using regex against data file names when it does not exist in meta data.

n_ranks is now using max(rank_id) + 1 where rank_id's are extracted from the file name (because file are named like : {file_prefix}.{rank_id}.{file_suffix}