-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error with coMD in VMD re GPUs #61
Comments
Can you try getting the latest CoMD from github please? I'm pretty sure I fixed this problem there. If that doesn't work, let me know. Best wishes |
Tried the github version and the problem is fixed. However the following error appears: ''' ''' If I continue and run the tcl, it seems nothing happened as shown before: $ vmd -dispdev text -e MD.tcl Could you help me? |
Just realized that I forgot to paste the log file and here is the error info: ---==## Mon Nov 25 11:05:02 EST 2019 #==--- Charm++ fatal error: /programs/share/capsules/lib/job.sh: line 120: 20058 Aborted (core dumped) "$SB_EXECFILE" "$@" Charm++ fatal error: /programs/share/capsules/lib/job.sh: line 120: 20201 Aborted (core dumped) "$SB_EXECFILE" "$@" Charm++ fatal error: /programs/share/capsules/lib/job.sh: line 120: 22959 Aborted (core dumped) "$SB_EXECFILE" "$@" Charm++ fatal error: /programs/share/capsules/lib/job.sh: line 120: 23086 Aborted (core dumped) "$SB_EXECFILE" "$@" |
I thought I fixed this problem too. Which NAMD version are you using? |
I am using NAMD 2.13-multicore |
Ok. Thanks for that information.
You probably want to use a version with CUDA for GPU acceleration (see https://www.ks.uiuc.edu/Research/namd/2.9/ug/node88.html) but I'll see if I can put in something to check for that anyhow.
…> On Dec 3, 2019, at 8:35 AM, roger99shi ***@***.***> wrote:
I am using NAMD 2.13-multicore
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I should now have a fix for this in #64, which I will now merge. Please can you let me know if that fixes it. Sorry for the delay. |
Hi,
I was running coMD in VMD 1.9.3. The following error pops up and kills the process.
can't read "::comd::gpus_present": no such variable
can't read "::comd::gpus_present": no such variable
while executing
"if {$::comd::gpus_present} {
set processes_per_run [expr {[llength [wsplit $::comd::gpus_selection1 ","]] + 1}]
"::comd::Prepare_system"
invoked from within
".comdgui.main_frame.prepare.button invoke"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w invoke]"
(procedure "tk::ButtonUp" line 23)
invoked from within
"tk::ButtonUp .comdgui.main_frame.prepare.button"
(command bound to event)
I also tried 1.9.2 and even the ionization cannot complete.
Could you give me a clue about how to fix it? Many thanks!
The text was updated successfully, but these errors were encountered: