#include <mpi.h>
#include <sys/time.h>
#include <iostream>
#include <functional>
#include <algorithm>
#include <vector>
#include <sstream>
#include "CombBLAS/CombBLAS.h"
Go to the source code of this file.
|
template<unsigned int IDLEN, unsigned int SEQLEN> |
ostream & | operator<< (ostream &os, const ShortRead< IDLEN, SEQLEN > &sread) |
|
int | main (int argc, char *argv[]) |
|
◆ myidlen
◆ myseqlen
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ operator<<()
template<unsigned int IDLEN, unsigned int SEQLEN>
ostream& operator<< |
( |
ostream & |
os, |
|
|
const ShortRead< IDLEN, SEQLEN > & |
sread |
|
) |
| |