-
Notifications
You must be signed in to change notification settings - Fork 10
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
running a3fe on CPU #16
Comments
Hi Stan. Thanks for posting this. I assume that you don't have access to GPUs, but I would strongly recommend running on GPUs if at all possible. The calculations will be slow to the point of being unusable if run on CPUs only.
Thanks, |
Hi Stan, I'm closing this due to inactivity and because it seems likely that the issue is long run times on CPU, rather than an issue with the software. Please feel free to reopen if this isn't the case, or you have any more questions. Thanks. |
OK, thanksSent from my iPhoneOn Jan 19, 2025, at 04:40, Finlay Clark ***@***.***> wrote:
Hi Stan, I'm closing this due to inactivity and because it seems likely that the issue is long run times on CPU, rather than an issue with the software. Please feel free to reopen if this isn't the case, or you have any more questions. Thanks.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi I am Stan Wlodek. I was encouraged by Dr Julien Michel to ask any questions if I have some problems running a3fe on cpu. I am trying to reproduce the results on your simplest system which is t4l with ligand.sdf and protein.pdb as input. My run_somd.sh looks like this:
#!/bin/bash
#SBATCH -o somd-array-cpu-%A.%a.out
#SBATCH -n 8
lam=$1
echo "lambda is: " $lam
srun somd-freenrg -C somd.cfg -l $lam -p CPU
Run seems to be hanging at the setup stage issuing every minute an info:
INFO - 2024-12-09 16:28:32,240 - Leg (type = BOUND)_3 - Waiting for job Job (virtual_job_id = 0, slurm_job_id= 17), status = JobStatus.QUEUED to complete
Do you have any suggestion what am I doing wrong?
Thanks
The text was updated successfully, but these errors were encountered: