Closed phisanti closed 3 years ago
You can ignore or disable the warning. Can you post here the contents of the log file in the simulation directory?
Here it is:
#
# ACEMD version 3.3.0
#
# Copyright (C) 2017-2019 Acellera (www.acellera.com)
#
# When publishing, please cite:
# ACEMD: Accelerating Biomolecular Dynamics in the Microsecond Time Scale
# M. J. Harvey, G. Giupponi and G. De Fabritiis,
# J Chem. Theory. Comput. 2009 5(6), pp1632-1639
# DOI: 10.1021/ct9000685
#
# Arguments:
# input: input
# platform:
# device:
# ncpus:
# precision: mixed
#
# Looking for node-locked license in [/opt/acellera/license.dat]
# Looking for node-locked license in [/opt/acellera/.acellera/license.dat]
# Looking for node-locked license in [/opt/acellera/.htmd/license.dat]
# Looking for node-locked license in [/root/license.dat]
# Looking for node-locked license in [/root/.acellera/license.dat]
# Looking for node-locked license in [/root/.htmd/license.dat]
#
# ACEMD cannot run in a virtualized environment without a licence.
# Contact Acellera (info@acellera.com) for licencing.
#
ACEMD cannot run in a virtualized environment without a licence.
Are you running in a container?
I am running a EC2 machine with Ubuntu20 + CUDA 10 and. I build the system from docker. Is that an issue?
Yes, ACEMD will not run inside docker without a license. So you either need to obtain a license or run in a normal machine.
Okay, thanks for the help!
You are welcome :)
Hi, I am trying to run the equilibration protocol. Here, I got two error messages, one of them critical. Here is the code I am running:
The
myoutputcharmm
points towards the output of the charm build tutorial. Now, when I run the file, I got the first warning:UserWarning: As of HTMD 1.21 support for ACEMD v2 has stopped. Please use ACEMD3 instead as well as the corresponding equilibration and production protocols. To disable this warning run once:
from htmd import _disableWarnings; _disableWarnings('1.21'); ` However, I conda says I have acmd 3.3.0. Then, the critical error comes after few mins:So, apparently, it does not find CUDA or the GPU. However, I am sure it is there. See:
and
I am doing something wrong?