Open lh12565 opened 2 years ago
The test_coordinateset.py error is identifying a memory leak. The amount of memory in use before and after the code should be the same. If profiling is turned on, you might see this error.
The other error appears to be coming from pytorch. What versions of operating system/pytorch/CUDA are you using?
If another user or program have operations on memory, can cause this error? Can I ignore this error? my system/pytorch/CUDA are as follows: CentOS Linux release 7.8.2003 (Core) pytorch 1.11.0
CUDA: nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2021 NVIDIA Corporation Built on Mon_May__3_19:15:13_PDT_2021 Cuda compilation tools, release 11.3, V11.3.109 Build cuda_11.3.r11.3/compiler.29920130_0 Thanks!
You can probably ignore the error, unless you are seeing memory leakage in real world practice.
Hi, @dkoes when I run make install, there is a note at the end:
[ 29%] Built target libmolgrid_shared
[ 59%] Built target libmolgrid_static
[ 65%] Built target molgrid
[ 68%] Built target test_coordinateset_cpp
[ 71%] Built target test_grid_cpp
[ 75%] Built target test_grid_cu
[ 78%] Built target test_gridmaker_cpp
[ 81%] Built target test_gridmaker_cu
[ 84%] Built target test_gridinterp_cpp
[ 87%] Built target test_mgrid_cpp
[ 90%] Built target test_mgrid_cu
[ 93%] Built target test_quaternion_cpp
[ 96%] Built target test_transform_cpp
[100%] Built target test_transform_cu
Install the project...
-- Install configuration: "Release"
-- Installing: /home/lh/.local/lib/libmolgrid.so
-- Up-to-date: /home/lh/.local/lib/libmolgrid.a
-- Up-to-date: /home/lh/.local/include/libmolgrid/libmolgrid.h
-- Up-to-date: /home/lh/.local/include/libmolgrid/grid.h
-- Up-to-date: /home/lh/.local/include/libmolgrid/managed_grid.h
-- Up-to-date: /home/lh/.local/include/libmolgrid/quaternion.h
-- Up-to-date: /home/lh/.local/include/libmolgrid/transform.h
-- Up-to-date: /home/lh/.local/include/libmolgrid/atom_typer.h
-- Up-to-date: /home/lh/.local/include/libmolgrid/example.h
-- Up-to-date: /home/lh/.local/include/libmolgrid/coordinateset.h
-- Up-to-date: /home/lh/.local/include/libmolgrid/exampleref_providers.h
-- Up-to-date: /home/lh/.local/include/libmolgrid/example_extractor.h
-- Up-to-date: /home/lh/.local/include/libmolgrid/example_provider.h
-- Up-to-date: /home/lh/.local/include/libmolgrid/example_dataset.h
-- Up-to-date: /home/lh/.local/include/libmolgrid/grid_maker.h
-- Up-to-date: /home/lh/.local/include/libmolgrid/grid_interpolater.h
-- Up-to-date: /home/lh/.local/include/libmolgrid/coord_cache.h
-- Up-to-date: /home/lh/.local/include/libmolgrid/common.h
-- Up-to-date: /home/lh/.local/include/libmolgrid/grid_io.h
-- Up-to-date: /home/lh/.local/include/libmolgrid/cartesian_grid.h
-- Up-to-date: /home/lh/.local/include/libmolgrid/config.h
Unknown option: -C
usage: git [--version] [--help] [-c name=value]
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
[-p|--paginate|--no-pager] [--no-replace-objects] [--bare]
[--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
<command> [<args>]
Cannot obtain version number from git.
I don't know how to solve it. Thanks!
I would guess you need to upgrade your version of git.
Hi, when I installed the molgrid, I run the pytest .. as you said in https://github.com/mattragoza/conda-molgrid. there are errors as follows:
I don't know why the before !=after (os.getpid() returns the same value). CUDA also seems to have an error. Thanks!