OSDN Git Service

eos/hostdependX86LINUX64.git
10 years ago modified: env/Eos_env
Takuo Yasunaga [Mon, 26 May 2014 17:46:56 +0000 (02:46 +0900)]
modified:   env/Eos_env
modify util/HOSTDIR/bin
modified:   include/Matrix3D.h
modified:   include/eosPoint.h
modified:   include/genUtil.h
modified:   include/lmrcImageMasking.h
modified:   src/Objects/General/Matrix3D/inc/Matrix3D.h

modified:   src/Objects/General/Memory/inc/Memory.h
modified:   src/Objects/General/Memory/src/memoryAllocate.c
modified:   src/Objects/General/Memory/src/memoryByteSwap.c

new file:   src/Objects/General/eosFunc/*
Add a new object of eosFunc: Sync/Rect

modified:   src/Objects/General/eosPoint/*
Add eosPoint for maker
new file:   bin/eosPointRotation

new file:   src/Tools/rec3d/marker2Dto3DEstimator/*
Not yet completed

10 years ago modified: hostdepend/X86MAC64/*
Takuo Yasunaga [Sun, 18 May 2014 12:04:15 +0000 (21:04 +0900)]
modified:   hostdepend/X86MAC64/*
modified:   include/lmrc2Dto3D.h
modified:   src/Config/x86Mac64.inc
modified:   src/Objects/DataExpress/eosRuby/src/Swig/mkmf.log
modified:   src/Objects/DataExpress/eosRuby/src/Swig/molvieRuby_wrap.c
modified:   src/Objects/General/eosCuda/src/eosCuda.cu
modified:   src/*/*/*/src/Makefile

10 years ago modified: hostdepend/X86MAC64/bin/X86MAC64/tiff2mrc
Takuo Yasunaga [Sun, 11 May 2014 22:36:46 +0000 (07:36 +0900)]
modified:   hostdepend/X86MAC64/bin/X86MAC64/tiff2mrc
modified:   hostdepend/X86MAC64/src/Tools/filter/tiff2mrc/src/X86MAC64/tiff2mrc
modified:   src/Config/x86Mac64.inc
deleted:    src/Objects/General/eosCuda/src/eosCuda.c

10 years ago new file: Integration/Tomography/Makefile.recent
Takuo Yasunaga [Sun, 11 May 2014 22:22:59 +0000 (07:22 +0900)]
new file:   Integration/Tomography/Makefile.recent
modified:   Makefile
modified:   hostdepend/X86MAC64/bin/X86MAC64/mrc2tiff
modified:   hostdepend/X86MAC64/bin/X86MAC64/mrc2gif
modified:   hostdepend/X86MAC64/src/Tools/rec3d/mrc2Dto3D/src/X86MAC64/mrc2Dto3D
added:      libtiff, libgif
added:      cuda
modified:   include/eosPThread.h
modified:   src/Config/x86Mac64.inc
modified:   src/Objects/General/eosPThread/src/eosPThreadInit.c
modified:   src/Objects/General/eosPThread/src/eosPThreadMutex.c
modified:   src/Tools/rec3d/mrc2Dto3D/Config/Define.inc
new file:   util/srcX86MAC64

10 years ago deleted: "\177"
Takuo Yasunaga [Mon, 28 Apr 2014 23:31:28 +0000 (08:31 +0900)]
deleted:    "\177"
deleted:    "\177\177"

10 years ago modified: Makefile
Takuo Yasunaga [Thu, 27 Feb 2014 20:00:25 +0000 (05:00 +0900)]
modified:   Makefile
modified:   bin/wish/ctfDisplay/ctfDisplay.wish
recompiled for X86MAC64:   hostdepend/X86MAC64/bin/X86MAC64/*
recompiled for X86MAC64:   hostdepend/X86MAC64/lib/X86MAC64/shared/lmrcImageSummationCalculate.sharedo

11 years agoRebuild for X68MAC
Takuo Yasunaga [Sat, 15 Jun 2013 05:30:46 +0000 (14:30 +0900)]
Rebuild for X68MAC

11 years agoChange src/Makefile
Takuo Yasunaga [Fri, 31 May 2013 16:36:54 +0000 (01:36 +0900)]
Change src/Makefile

11 years agoApply eosPThread to mrc2Dto3D, -pthread
Takuo Yasunaga [Sat, 25 May 2013 13:18:13 +0000 (22:18 +0900)]
Apply eosPThread to mrc2Dto3D, -pthread
Modify lmrcImageRhoFiltering
Modify x86Mac64.inc
Modify lmrcImageFFT for odd size images
Modify lmrcImageOperation(lmrcImageAdd) for speed up.

11 years agoCreate eosPThread for parallel computing
Takuo Yasunaga [Sun, 12 May 2013 19:16:15 +0000 (04:16 +0900)]
Create eosPThread for parallel computing
new file:   include/eosPThread.h
new file:   src/Objects/General/eosPThread/inc/eosPThread.h
new file:   src/Objects/General/eosPThread/src/eosPThreadCreate.c
new file:   src/Objects/General/eosPThread/src/eosPThreadInit.c
new file:   src/Objects/General/eosPThread/src/eosPThreadJoin.c
new file:   src/Objects/General/eosPThread/src/eosPThreadMutex.c

Apply eosPThread to mrc3Dto2D
modified:   include/lmrc3Dto2D.h
modified:   src/Objects/DataManip/transform/src/lmrc3Dto2D.c
modified:   src/Objects/DataManip/transform/src/lmrc3Dto2D.h
modified:   src/Tools/rec3d/mrc3Dto2D/Config/OptionControlFile
modified:   src/Tools/rec3d/mrc3Dto2D/src/mrc3Dto2D.c

Modified
modified:   src/Objects/DataManip/mrcImage/src/mrcImageWrite.c
    ** Append mode -> Write mode
modified:   src/Objects/DataManip/transform/src/lFETOrientationSearchByFeatureAlignmentInitSet.c
** Apply arrayPCA version up

11 years ago // Modify git command
Takuo Yasunaga [Tue, 7 May 2013 20:01:07 +0000 (05:01 +0900)]
// Modify git command
    modified:   Makefile

    // Create a new command for fitting between two 2D/3D objects using PCA
    new file:   mrcImageShapePCAFit
    new file:   src/Objects/DataManip/mrcImage/src/lmrcImageShapePCA.c
    new file:   src/Objects/DataManip/mrcImage/src/lmrcImageShapePCA.h
    modified:   src/Tools/mrcImage/mrcImageShapePCA/src/mrcImageShapePCA.c

    // Modify Array for PCA. Add average information of each xi
    modified:   src/Objects/General/Array/inc/Array.h
    modified:   src/Objects/General/Array/src/arrayPCA.c
    modified:   src/Objects/General/Array/src/larray2mrc.c

    // Modify Matrix3D for PCA. Add matrix3DfromArray
    modified:   src/Objects/General/Matrix3D/inc/Matrix3D.h
    modified:   src/Objects/General/Matrix3D/src/matrix3DEulerAngleGet.c
    modified:   src/Objects/General/Matrix3D/src/matrix3DUtil.c

    // Modify pdbPCA for changing arrayPCA
    modified:   src/Tools/pdbUtil/pdbPCA/src/pdbPCA.c

    // Bebuilding
    modified:   hostdepend/X86MAC64/...

11 years agoAdd hostdepend/X86MAC64
Takuo Yasunaga [Sun, 5 May 2013 01:20:45 +0000 (10:20 +0900)]
Add hostdepend/X86MAC64

11 years agomodify Makefiles to move hostdependent files to EOS_HOME/hostdepend
Takuo Yasunaga [Sun, 3 Feb 2013 00:09:18 +0000 (09:09 +0900)]
modify Makefiles to move hostdependent files to EOS_HOME/hostdepend

11 years agoseparate host-dependent binaries.
Takuo Yasunaga [Wed, 30 Jan 2013 19:32:46 +0000 (04:32 +0900)]
separate host-dependent binaries.