Code reorg in thread_mpi
authorSander Pronk <pronk@cbr.su.se>
Wed, 1 Sep 2010 07:26:12 +0000 (09:26 +0200)
committerMark Abraham <Mark.J.Abraham@gmail.com>
Wed, 1 Sep 2010 08:53:37 +0000 (18:53 +1000)
commite33388a86a78d11996da769cc5df4ccfd571bdd4
treecca82f9ee6c86d885bbff1ffdf1b52910862d924
parent22760fcc6b5dc7173d0e39008a535af15333fc49
Code reorg in thread_mpi
16 files changed:
cmake/ThreadMPI.cmake
src/gmxlib/thread_mpi/CMakeLists.txt
src/gmxlib/thread_mpi/Makefile.am
src/gmxlib/thread_mpi/alltoall.c [moved from src/gmxlib/thread_mpi/alltoall.h with 96% similarity]
src/gmxlib/thread_mpi/bcast.c [moved from src/gmxlib/thread_mpi/bcast.h with 91% similarity]
src/gmxlib/thread_mpi/collective.c
src/gmxlib/thread_mpi/collective.h [new file with mode: 0644]
src/gmxlib/thread_mpi/gather.c [moved from src/gmxlib/thread_mpi/gather.h with 96% similarity]
src/gmxlib/thread_mpi/impl.h
src/gmxlib/thread_mpi/p2p.c [deleted file]
src/gmxlib/thread_mpi/p2p.h [new file with mode: 0644]
src/gmxlib/thread_mpi/p2p_protocol.c [moved from src/gmxlib/thread_mpi/p2p_protocol.h with 84% similarity]
src/gmxlib/thread_mpi/p2p_send_recv.c [moved from src/gmxlib/thread_mpi/p2p_send_recv.h with 96% similarity]
src/gmxlib/thread_mpi/p2p_wait.c [moved from src/gmxlib/thread_mpi/p2p_wait.h with 97% similarity]
src/gmxlib/thread_mpi/reduce.c [moved from src/gmxlib/thread_mpi/reduce.h with 97% similarity]
src/gmxlib/thread_mpi/scatter.c [moved from src/gmxlib/thread_mpi/scatter.h with 97% similarity]