Galaxy Software

Software Issues

Linux Programming

  • Optimization flags.

GCC compiler (gcc, g++)

Operation
MPI
Paragon
Initialization MPI_Init() -
Shutdown MPI_Finalize() -
Blocking Comm. MPI_Send(), MPI_Recv() csend(), crecv()
Non-blocking Comm. MPI_ISend(), MPI_IRecv() isend(), irecv()
Asynchronous Comm. none hrecv()
Collective Comm. MPI_Scatter(), MPI_Gather(), 
MPI_Reduce()
none