You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be honest, the stat-core-merger isn't very well supported and is not the primary use case for STAT. STAT is more commonly used to attach to running hung jobs.
Certainly to build STAT via spack, you will need to use python 3.X. I think some effort would need to be done to make stat-core-merger work with python 3.X. I know that this in inconvenient, but you could build STAT with spack with python 3.X to get the main STAT functionality (attach to running jobs and the GUI). You could then build a separate STAT from source with python 2.x (and without the GUI) to try to get stat-core-merger working. For the python 2.x build you can configure against the dependencies that were built with spack (i.e., mrnet, dynist, launchmon, graphlib, etc.) and just specify --with-python=/path/to/your/python2.7
STAT user guide suggests using spack
on ORNL summit, I have found that
stat-core-merger
only works with python2.7, which poses challenges:The text was updated successfully, but these errors were encountered: