-
Notifications
You must be signed in to change notification settings - Fork 4
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
optimize computer usage #48
Comments
Can you please post how you run pamir with your qsub. |
Dear @christinafliege Are you able to share us how you run the pamir on your end. At this moment, all of ours servers are on slurm so we might ask you to run small example couple times to make it working. Thank you for your help, |
Here is the full qsub script. we run on pbs currently, Thank you!
|
@christinafliege oh we thought you were on SGE. okay we have access to PBS and finish this conversion asap. thanks for your patience. |
Good afternoon!
Pamir has been running successfully for many hours now. We have many more data sets we will be running it on, and so would like to optimize it and economically use our node hours.
Currently, we are using -j16 for our cluster configuration in the qsub script and running on a queue with 2 * Intel Xeon E5 2690 v3 CPUs (24 cores/node) and 256 GB of RAM. We would like to run on all 24 cores, would this be possible?
Additionally, we have access to other nodes which have 192GB and 40cores/node. So ideally we would like to be able to run on these nodes. Would that be possible?
The text was updated successfully, but these errors were encountered: