ElfPSP_ParallelABC
Protein Structure Prediction using Parallel Artificial Bee Colony Optimization
src
elf_tree_comm
elf_tree_comm.h
Go to the documentation of this file.
1
#ifndef _ELF_TREE_COMM_H
2
#define _ELF_TREE_COMM_H
3
78
#include <mpi/mpi.h>
79
80
void
ElfTreeComm_scatter(
void
*buf,
int
sendCount, MPI_Datatype type, MPI_Comm comm);
81
void
ElfTreeComm_gather(
void
*buf,
int
sendCount, MPI_Datatype type, MPI_Comm comm);
82
83
#endif
Generated by
1.8.13