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

Massively parallel scripting #6

Open
rknx opened this issue May 6, 2020 · 2 comments
Open

Massively parallel scripting #6

rknx opened this issue May 6, 2020 · 2 comments

Comments

@rknx
Copy link
Owner

rknx commented May 6, 2020

For cross validation phase:

  • Transfer dataset to remote location (Hipergator)
  • install packages parallel, foreach and rslurm
  • in a script
    • make functions to execute
    • make parameter list (one per slurm submission)
    • set slurm options
    • execute
  • copy rda back
@rknx
Copy link
Owner Author

rknx commented May 6, 2020

@rknx
Copy link
Owner Author

rknx commented May 6, 2020

How to tell how much time it is going to take?

How to progress how much job is completed?

  • print progress to stdout?

One big slurm batch with large allocation or small multiple submissions?

rslurm can break a loop up into small jobs automatically, over multiple nodes.

  • so, yes, multiple jobs

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