Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMDLEN too short for many scientific codes #101

Open
kpetrov opened this issue Feb 24, 2020 · 0 comments
Open

CMDLEN too short for many scientific codes #101

kpetrov opened this issue Feb 24, 2020 · 0 comments

Comments

@kpetrov
Copy link

kpetrov commented Feb 24, 2020

Hi!

we are running atop to monitor our cluster and it happens often that we want to know exactly the parameters of a code which caused problems. However the structure which is saved has:

char    cmdline[CMDLEN+1];/* command-line string        */
#define CMDLEN          255

so we are limited in our analysis. It would be great to have it increased at least to 1024 or maybe even bash maximum.

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant