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

Flexible queuestate file #5

Open
Christopher-Peterson opened this issue May 2, 2024 · 2 comments
Open

Flexible queuestate file #5

Christopher-Peterson opened this issue May 2, 2024 · 2 comments

Comments

@Christopher-Peterson
Copy link

I'm interested in trying pyLauncher's resume features; however, the apparent hard-coding of the queuestate file makes it difficult to use this. Would it be pssible to add a user-facing option to change the name/path of the created queuestate file?

@VictorEijkhout
Copy link
Member

That's a reasonable request. I should have time to work on it this week.

@VictorEijkhout
Copy link
Member

Ok, try the latest version. Custom queuestate file:

launcher.ClassicLauncher\
    ("commandlines",
     queuestate="queuestate314",
     debug="host+exec+job")

Resume:

launcher.ClassicLauncher\
    ("queuestate314",
     resume=1,
     debug="host+exec+job")

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

2 participants