OSDN Git Service

Create eosPThread for parallel computing
authorTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Sun, 12 May 2013 19:16:15 +0000 (04:16 +0900)
committerTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Sun, 12 May 2013 19:16:15 +0000 (04:16 +0900)
commit5d2686cf04c9553b42e6aec2dc9d469ef00b39fd
tree782c8c3d9c020dc8dd8845cb1a82b0fa94c2847d
parentb624051cd3e3a98a255b4938a5e234a77b89cf00
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
43 files changed:
bin/X86MAC64/mrc3Dto2D
lib/X86MAC64/libEosObjects.a
lib/X86MAC64/libMemory.a
lib/X86MAC64/libeosPThread.a [new file with mode: 0644]
lib/X86MAC64/libeosPThread.so [new file with mode: 0644]
lib/X86MAC64/libmrcImage.a
lib/X86MAC64/libtransform.a
lib/X86MAC64/shared/eosPThread.sharedo [new file with mode: 0644]
lib/X86MAC64/shared/eosPThreadCreate.sharedo [new file with mode: 0644]
lib/X86MAC64/shared/eosPThreadInit.sharedo [new file with mode: 0644]
lib/X86MAC64/shared/eosPThreadJoin.sharedo [new file with mode: 0644]
lib/X86MAC64/shared/eosPThreadMutex.sharedo [new file with mode: 0644]
lib/X86MAC64/shared/lFETOrientationSearchByFeatureAlignmentInitSet.sharedo
lib/X86MAC64/shared/lmrc3Dto2D.sharedo
lib/X86MAC64/shared/mrcImageWrite.sharedo
src/Objects/DataManip/mrcImage/src/X86MAC64/libmrcImage.a
src/Objects/DataManip/mrcImage/src/X86MAC64/libmrcImage.debug.a
src/Objects/DataManip/mrcImage/src/X86MAC64/mrcImageWrite.sharedo
src/Objects/DataManip/transform/src/X86MAC64/.Depend
src/Objects/DataManip/transform/src/X86MAC64/lFETOrientationSearchByFeatureAlignmentInitSet.sharedo
src/Objects/DataManip/transform/src/X86MAC64/libtransform.a
src/Objects/DataManip/transform/src/X86MAC64/libtransform.debug.a
src/Objects/DataManip/transform/src/X86MAC64/lmrc3Dto2D.sharedo
src/Objects/General/Memory/src/X86MAC64/.Depend
src/Objects/General/Memory/src/X86MAC64/libMemory.a
src/Objects/General/Memory/src/X86MAC64/libMemory.debug.a
src/Objects/General/eosPThread/src/X86MAC64/.Depend [new file with mode: 0755]
src/Objects/General/eosPThread/src/X86MAC64/.Source [new file with mode: 0755]
src/Objects/General/eosPThread/src/X86MAC64/Makefile [new file with mode: 0755]
src/Objects/General/eosPThread/src/X86MAC64/eosPThread.c [new symlink]
src/Objects/General/eosPThread/src/X86MAC64/eosPThread.sharedo [new file with mode: 0644]
src/Objects/General/eosPThread/src/X86MAC64/eosPThreadCreate.c [new symlink]
src/Objects/General/eosPThread/src/X86MAC64/eosPThreadCreate.sharedo [new file with mode: 0644]
src/Objects/General/eosPThread/src/X86MAC64/eosPThreadInit.c [new symlink]
src/Objects/General/eosPThread/src/X86MAC64/eosPThreadInit.sharedo [new file with mode: 0644]
src/Objects/General/eosPThread/src/X86MAC64/eosPThreadJoin.c [new symlink]
src/Objects/General/eosPThread/src/X86MAC64/eosPThreadJoin.sharedo [new file with mode: 0644]
src/Objects/General/eosPThread/src/X86MAC64/eosPThreadMutex.sharedo [new file with mode: 0644]
src/Objects/General/eosPThread/src/X86MAC64/libeosPThread.a [new file with mode: 0644]
src/Objects/General/eosPThread/src/X86MAC64/libeosPThread.debug.a [new file with mode: 0644]
src/Tools/rec3d/mrc3Dto2D/src/X86MAC64/.Depend
src/Tools/rec3d/mrc3Dto2D/src/X86MAC64/Makefile
src/Tools/rec3d/mrc3Dto2D/src/X86MAC64/mrc3Dto2D