-
Notifications
You must be signed in to change notification settings - Fork 11
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
Documentation: Additional clarity about pre-specified resource info should be added to the getting started docs #204
Comments
Hi @Andrew-S-Rosen, I think you are right that this is probably not properly covered in the documentation, as information are scattered in different places. I will try to improve it on this point.
workers:
basic:
type: local
scheduler_type: slurm
work_dir: /scratch/gpfs/ROSENGROUP/asrosen/jobflow
pre_run: conda activate quacc
timeout_execute: 60
resources:
account: xxx
partition: yyy
tasks: 128
nodes: 1 Note that the system will only use one of the two. It will not attempt to make a mix. If this is a request, we can consider adding an option to allow that. Does this answer the question? |
@gpetretto: Thank you very much for the helpful response! Yes, this makes perfect sense! I figured it must have been something like this but wasn't sure the details. This is great. To explain my thought process, I was going through the docs in order. I did the setup and installation + the project configuration. This then lead me to the quickstart, so I wanted to test out my configuration with the minimal example. However, the minimal example kept failing because (of course) I did not have any of the Slurm resources specified, and the lack of an account in this case was causing an error. This would have been clarified if I had gone to the tuning job execution section, but since I was not done with the minimal quickstart, I posted here instead. I did manage to stumble upon the resources section you shared, but it also wasn't immediately obvious to me what my options were because it linked to the full QToolKit documentation rather than an example YAML with In any case, this is looking great! And now I'm ready to go :) The above comment is mainly just to highlight my own progression of things. When I start using jobflow-remote regularly next month, I can also contribute some bits to the docs. |
Now that I have the appropriate hardware set up over here, I am finally trying out jobflow-remote!
I have a very basic question regarding setup. I am using the all-in-one approach where I am running everything from a dedicated login node that can directly jobs to the Slurm queue. However, it is not obvious to me from the setup instructions how to do things like set the default Slurm account name. How do I go about modifying these kinds of default parameters? Apologies if I'm missing this in the docs. If it's not there in a prominent place, this issue can be considered a docs update request :)
The text was updated successfully, but these errors were encountered: