Skip to content

Commit a58f906

Browse files
authored
Merge branch 'Colvars:master' into harmonicDynamics
2 parents 9f2cfc3 + c1f1e1a commit a58f906

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+19634
-841
lines changed

doc/cv_version.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
\newcommand{\cvversion}{2025-10-13}
1+
\newcommand{\cvversion}{2025-11-14}

doc/doxygen/Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ WARN_LOGFILE =
753753
# spaces.
754754
# Note: If this tag is empty the current directory is searched.
755755

756-
INPUT = "../../src" "../../namd/src" "../../vmd/src" "../../lammps/src/COLVARS" "../../gromacs/src"
756+
INPUT = "../../src" "../../namd/src" "../../vmd/src" "../../lammps/src/COLVARS" "../../gromacs/src" "../../src/cuda"
757757

758758
# This tag can be used to specify the character encoding of the source files
759759
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1955,7 +1955,7 @@ INCLUDE_FILE_PATTERNS =
19551955
# recursively expanded use the := operator instead of the = operator.
19561956
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
19571957

1958-
PREDEFINED =
1958+
PREDEFINED = COLVARS_CUDA COLVARS_NVTX_PROFILING
19591959

19601960
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
19611961
# tag can be used to specify a list of macro names that should be expanded. The
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#ifndef COLVARPROXY_VERSION
2-
#define COLVARPROXY_VERSION "2025-05-12"
2+
#define COLVARPROXY_VERSION "2025-11-14"
33
#endif
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#ifndef COLVARPROXY_VERSION
2-
#define COLVARPROXY_VERSION "2025-05-12"
2+
#define COLVARPROXY_VERSION "2025-11-14"
33
#endif

namd/Make.depends.patch

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
diff --git a/Make.depends b/Make.depends
2+
index 994b3914..1d54373f 100644
3+
--- a/Make.depends
4+
+++ b/Make.depends
5+
@@ -6398,6 +6398,45 @@ obj/GlobalMasterTMD.o: \
6+
src/fitrms.h \
7+
src/Debug.h
8+
$(CXX) $(CXXFLAGS) $(COPTO)obj/GlobalMasterTMD.o $(COPTC) src/GlobalMasterTMD.C
9+
+obj/GlobalMasterColvars.o: \
10+
+ obj/.exists \
11+
+ src/GlobalMasterColvars.C \
12+
+ src/Controller.h \
13+
+ src/common.h \
14+
+ src/Vector.h \
15+
+ src/Tensor.h \
16+
+ src/Lattice.h \
17+
+ src/NamdTypes.h \
18+
+ src/CudaRecord.h \
19+
+ src/HipDefines.h \
20+
+ src/ResizeArray.h \
21+
+ src/ResizeArrayRaw.h \
22+
+ src/fstream_namd.h \
23+
+ src/DataExchanger.h \
24+
+ src/main.h \
25+
+ inc/DataExchanger.decl.h \
26+
+ src/Pointer.h \
27+
+ src/GlobalMaster.h \
28+
+ src/GlobalMasterColvars.h \
29+
+ src/colvarproxy_namd.h \
30+
+ src/colvarproxy_namd_version.h \
31+
+ src/SimParameters.h \
32+
+ src/imd.h \
33+
+ src/MGridforceParams.h \
34+
+ src/GroupRestraintsParam.h \
35+
+ src/Random.h \
36+
+ src/ConfigList.h \
37+
+ colvars/src/colvarmodule.h \
38+
+ colvars/src/colvarproxy.h \
39+
+ colvars/src/colvarmodule.h \
40+
+ colvars/src/colvartypes.h \
41+
+ colvars/src/colvarproxy_io.h \
42+
+ colvars/src/colvarproxy_replicas.h \
43+
+ colvars/src/colvarproxy_system.h \
44+
+ colvars/src/colvarproxy_tcl.h \
45+
+ colvars/src/colvarproxy_volmaps.h \
46+
+ colvars/src/colvarvalue.h
47+
+ $(CXX) $(CXXFLAGS) $(COPTO)obj/GlobalMasterColvars.o $(COPTC) src/GlobalMasterColvars.C
48+
obj/Matrix4Symmetry.o: \
49+
obj/.exists \
50+
src/Matrix4Symmetry.C \
51+
@@ -6637,6 +6676,8 @@ obj/colvarproxy_namd.o: \
52+
src/MStream.h \
53+
plugins/include/molfile_plugin.h \
54+
plugins/include/vmdplugin.h \
55+
+ src/GlobalMasterColvars.h \
56+
+ src/GlobalMaster.h \
57+
src/GridForceGrid.inl \
58+
src/PDB.h \
59+
src/parm.h \

namd/Makefile.patch

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
diff --git a/Makefile b/Makefile
2-
index fb23fcac..541fe8ca 100644
2+
index 960f7718..85126dff 100644
33
--- a/Makefile
44
+++ b/Makefile
5-
@@ -446,7 +446,7 @@ CXXMICFLAGS = $(CXXBASEFLAGS) $(CXXOPTS) $(CXXMICOPTS)
6-
CXXTHREADFLAGS = $(CXXBASEFLAGS) $(CXXTHREADOPTS)
7-
CXXSIMPARAMFLAGS = $(CXXBASEFLAGS) $(CXXSIMPARAMOPTS)
8-
CXXNOALIASFLAGS = $(CXXBASEFLAGS) $(CXXNOALIASOPTS)
9-
-COLVARSCXXFLAGS = $(CXXBASEFLAGS) $(CXXOPTS) $(COPTI)$(LEPTONINCDIR) -DLEPTON -DLEPTON_USE_STATIC_LIBRARIES
10-
+COLVARSCXXFLAGS = $(CXXBASEFLAGS) $(CXXOPTS) $(COPTI)$(LEPTONINCDIR) -DLEPTON -DLEPTON_USE_STATIC_LIBRARIES $(EXTRACOLVARSFLAGS)
11-
GXXFLAGS = $(CXXBASEFLAGS) -DNO_STRSTREAM_H
12-
CFLAGS = $(COPTI)$(SRCDIR) $(TCL) $(COPTS) $(RELEASE) $(EXTRADEFINES) $(TRACEOBJDEF)
13-
PLUGINGCCFLAGS = $(COPTI)$(PLUGINSRCDIR) $(COPTI)$(PLUGININCDIR) $(COPTD)STATIC_PLUGIN
5+
@@ -231,6 +231,7 @@ OBJS = \
6+
$(DSTDIR)/GlobalMasterTcl.o \
7+
$(DSTDIR)/GlobalMasterSMD.o \
8+
$(DSTDIR)/GlobalMasterTMD.o \
9+
+ $(DSTDIR)/GlobalMasterColvars.o \
10+
$(DSTDIR)/Matrix4Symmetry.o \
11+
$(DSTDIR)/GlobalMasterSymmetry.o \
12+
$(DSTDIR)/GlobalMasterFreeEnergy.o \

0 commit comments

Comments
 (0)