ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/config.h.in
Revision 3555 - (view) (annotate) - [select for diffs]
Modified Thu Oct 22 14:22:55 2009 UTC (14 years, 8 months ago) by gezelter
File length: 7459 byte(s)
Diff to previous 3511
Removing CGAL

Revision 3511 - (view) (annotate) - [select for diffs]
Modified Thu May 21 18:57:26 2009 UTC (15 years, 1 month ago) by gezelter
File length: 7580 byte(s)
Diff to previous 3343
Single / Double for C++ MPI bindings

Revision 3343 - (view) (annotate) - [select for diffs]
Modified Mon Feb 11 23:05:00 2008 UTC (16 years, 5 months ago) by gezelter
File length: 7470 byte(s)
Diff to previous 3342
fixing configure process

Revision 3342 - (view) (annotate) - [select for diffs]
Modified Fri Feb 8 21:33:46 2008 UTC (16 years, 5 months ago) by gezelter
File length: 4100 byte(s)
Diff to previous 3319
updating configure process

Revision 3319 - (view) (annotate) - [select for diffs]
Modified Wed Jan 23 03:45:33 2008 UTC (16 years, 5 months ago) by gezelter
File length: 10200 byte(s)
Diff to previous 3289
Removed older version of openbabel from our code.  We now have a
configure check to see if openbabel is installed and then we link to
the stuff we need.  Conversion to OOPSE's md format is handled by only
one application (atom2md), so most of the work went on there.
ElementsTable still needs some work to function in parallel.

Revision 3289 - (view) (annotate) - [select for diffs]
Modified Thu Dec 6 20:40:16 2007 UTC (16 years, 7 months ago) by chuckv
File length: 10262 byte(s)
Diff to previous 3283
Added CGAL and qhull defines

Revision 3283 - (view) (annotate) - [select for diffs]
Modified Thu Dec 6 19:40:16 2007 UTC (16 years, 7 months ago) by chuckv
File length: 10191 byte(s)
Diff to previous 3137
Added new config.h to deal with cgal.

Revision 3137 - (view) (annotate) - [select for diffs]
Modified Tue May 29 22:50:14 2007 UTC (17 years, 1 month ago) by chuckv
File length: 10070 byte(s)
Diff to previous 3057
Removed CGAL from OOPSE and replaced it with qhull.

Revision 3057 - (view) (annotate) - [select for diffs]
Modified Thu Oct 19 20:49:05 2006 UTC (17 years, 9 months ago) by gezelter
File length: 10191 byte(s)
Diff to previous 2970
updated OpenBabel to version 2.0.2

Revision 2970 - (view) (annotate) - [select for diffs]
Modified Wed Aug 2 19:40:39 2006 UTC (17 years, 11 months ago) by gezelter
File length: 10194 byte(s)
Diff to previous 2768
starting change of file formats

Revision 2768 - (view) (annotate) - [select for diffs]
Modified Wed May 24 18:31:12 2006 UTC (18 years, 1 month ago) by gezelter
File length: 10194 byte(s)
Diff to previous 2759
fixes for Hydrodynamics

Revision 2759 - (view) (annotate) - [select for diffs]
Modified Wed May 17 21:51:42 2006 UTC (18 years, 2 months ago) by tim
File length: 10194 byte(s)
Diff to previous 2757
Adding single precision capabilities to c++ side

Revision 2757 - (view) (annotate) - [select for diffs]
Modified Wed May 17 16:10:16 2006 UTC (18 years, 2 months ago) by gezelter
File length: 10002 byte(s)
Diff to previous 2753
adding --enable-single to configure script

Revision 2753 - (view) (annotate) - [select for diffs]
Modified Tue May 16 20:38:23 2006 UTC (18 years, 2 months ago) by gezelter
File length: 9898 byte(s)
Diff to previous 2752
Autoconf fixes for FFTW.  Multiple FFTW version support.

Revision 2752 - (view) (annotate) - [select for diffs]
Modified Tue May 16 02:06:37 2006 UTC (18 years, 2 months ago) by gezelter
File length: 10021 byte(s)
Diff to previous 2570
*** empty log message ***

Revision 2570 - (view) (annotate) - [select for diffs]
Modified Tue Jan 17 15:32:48 2006 UTC (18 years, 6 months ago) by gezelter
File length: 9744 byte(s)
Diff to previous 2559
new version number

Revision 2559 - (view) (annotate) - [select for diffs]
Modified Thu Jan 12 20:52:21 2006 UTC (18 years, 6 months ago) by gezelter
File length: 9744 byte(s)
Diff to previous 2547
added some missing checks for header files (particularly zlib.h), used
autoheader to help generate config.h.in

Revision 2547 - (view) (annotate) - [select for diffs]
Modified Wed Jan 11 23:06:08 2006 UTC (18 years, 6 months ago) by gezelter
File length: 5901 byte(s)
Diff to previous 2518
autoconf modernization and cruft removal

Revision 2518 - (view) (annotate) - [select for diffs]
Modified Fri Dec 16 21:52:50 2005 UTC (18 years, 7 months ago) by tim
File length: 5903 byte(s)
Diff to previous 2510
changed __FUNCTION__ to __func__ to match C99 standard, and then added
an autoconf test to check for __func__ usability.  Changed some default
compile flags for the Sun architecture

Revision 2510 - (view) (annotate) - [select for diffs]
Modified Thu Dec 15 14:47:17 2005 UTC (18 years, 7 months ago) by gezelter
File length: 5886 byte(s)
Diff to previous 2481
Adding checks for various features used by ANTLR

Revision 2481 - (view) (annotate) - [select for diffs]
Modified Fri Dec 2 22:37:20 2005 UTC (18 years, 7 months ago) by gezelter
File length: 5570 byte(s)
Diff to previous 2451
We've made big changes.  This isn't 2.0 anymore.

Revision 2451 - (view) (annotate) - [select for diffs]
Modified Thu Nov 17 20:39:14 2005 UTC (18 years, 8 months ago) by gezelter
File length: 5570 byte(s)
Diff to previous 2315
Unifying config.h stuff from OOPSE and OpenBabel

Revision 2315 - (view) (annotate) - [select for diffs]
Modified Tue Sep 20 22:03:35 2005 UTC (18 years, 10 months ago) by gezelter
File length: 1895 byte(s)
Diff to previous 2206
added check for zlib in configure

Revision 2206 - (view) (annotate) - [select for diffs]
Modified Fri Apr 15 22:22:30 2005 UTC (19 years, 3 months ago) by gezelter
File length: 1821 byte(s)
Diff to previous 2192
Version string in banner (and version numbers in config.h)

Revision 2192 - (view) (annotate) - [select for diffs]
Modified Wed Apr 13 23:00:31 2005 UTC (19 years, 3 months ago) by chuckv
File length: 1730 byte(s)
Diff to previous 2190
Change typo in CGAL.

Revision 2190 - (view) (annotate) - [select for diffs]
Modified Wed Apr 13 22:30:22 2005 UTC (19 years, 3 months ago) by gezelter
File length: 1730 byte(s)
Diff to previous 2080
added CGAL checks

Revision 2080 - (view) (annotate) - [select for diffs]
Modified Fri Mar 4 15:28:54 2005 UTC (19 years, 4 months ago) by gezelter
File length: 1713 byte(s)
Diff to previous 2029
Cleaning up config.h.in by adding comments

Revision 2029 - (view) (annotate) - [select for diffs]
Modified Tue Feb 15 15:17:01 2005 UTC (19 years, 5 months ago) by gezelter
File length: 881 byte(s)
Diff to previous 2026
*** empty log message ***

Revision 2026 - (view) (annotate) - [select for diffs]
Modified Tue Feb 15 05:59:14 2005 UTC (19 years, 5 months ago) by gezelter
File length: 851 byte(s)
Diff to previous 2024
bugfixes for residentMem on LINUX

Revision 2024 - (view) (annotate) - [select for diffs]
Modified Tue Feb 15 05:05:33 2005 UTC (19 years, 5 months ago) by gezelter
File length: 844 byte(s)
Diff to previous 1998
modifications to estimate memory in use by other processes
autoconf fixes
ps syntax checking
config.h file cleaning

Revision 1998 - (view) (annotate) - [select for diffs]
Modified Fri Feb 11 22:37:36 2005 UTC (19 years, 5 months ago) by tim
File length: 819 byte(s)
Diff to previous 1946
adding support for physmem

Revision 1946 - (view) (annotate) - [select for diffs]
Modified Fri Jan 14 20:09:26 2005 UTC (19 years, 6 months ago) by gezelter
File length: 446 byte(s)
Diff to previous 1490
fixing for gnugetopt

Revision 1490 - (view) (annotate) - [select for diffs]
Added Fri Sep 24 04:16:43 2004 UTC (19 years, 9 months ago) by gezelter
File length: 400 byte(s)
Import of OOPSE v. 2.0

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a