accel-sim / accel-sim-framework

This is the top-level repository for the Accel-Sim framework.
https://accel-sim.github.io
Other
289 stars 110 forks source link

truncate excessively long simulation names #233

Closed barnes88 closed 4 weeks ago

barnes88 commented 1 year ago

We were truncating long argument strings here but then exceeding the character limit on the actual job launch here.

This change fixes issue 232

I truncate to 200 characters because the slurm.sim file also appends the jobID. We should consider shortening the filenames even more since a lot of the argument data is redundant to the directory structure.