LDDMM Release Notes

CVS Information

The lddmm source code can be downloaded by users with a CIS account. The following environment variables must be set.

CVSROOT=:ext:[email protected]:/cis/home/cvsroot (USER is user name at CIS) CVS_RSH=ssh
Connect to CIS using command
ssh lambda.cis.jhu.edu
Move to directory under which you wish to store lddmm source code. Execute command
cvs checkout lddmm
This will check out the latest source code.

CVS Tag Information

Tags are applied periodically to the lddmm source. The tag numbers corresponding to different versions of lddmm are listed in the table below. To check out a certain version of lddmm (for example lddmm0-2) execute command

cvs checkout -r lddmm0-2 lddmm
LDDMM Release Notes

Timeline
VersionCVS Tag Date Comments
1.0.2lddmm0-6 01/26/2007 Added licensing (using CIS LicenseValidator class). lddmm-volume now requires environment variable LDDMM_VOLUME_DIR to be defined (directory containing license file LDDMM_Volume_License).

Added lddmm-volume script to bin directory. This file sets environment variables LDDMM_HOME and LDDMM_VOLUME_DIR to default CIS software locations, if environment variables do not exist.

Added provenance information. lddmm now provides information in response to --all-info and --version parameters.

Initial add of transforByuSurface.C to repository. Modifications to ByuSurface.* files by Faisal.

stdout.txt now includes incremental metric distances.

1.0.1lddmm0-5 04/07/2005 Removed unused variables. Corrected memory leaks.

Modified classUtilities.h, classUtilities.C to implement modifications 1 and 3 of Intel Optimization Modifications (Performance Analysis and Tuning Report).

1.0.0lddmm0-4 01/12/2005 improve code layout for remainder of code base
1.0.0lddmm0-3 12/03/2004 improve code layout for part of code base.

Added LDDMM version number. To display version number use following command in directory containing lddmm binaries: ./BIRNfluidmatch3D_ia32 --version

Bug fix by swongu (MFB student). File: FluidMatchDeclareInitializeArraysImageMatching - Added FFTW size condition

Bug fix by swongu (MFB student). File: testFFTW3DMPI.C - Bug fix to allow testing program to run under MPICH.

N/Alddmm0-2 01/2004 Baseline


Monday, 06-Dec-2004 06:39:56 EST