VinaLC: Parallel Molecular Docking Program

Biochemical and Biophysical Systems Group
VinaLC version: 1.1.2

mpiparser.cpp File Reference
#include <iostream>
#include <fstream>
#include <sstream>
#include <exception>
#include <stack>
#include <vector>
#include <cmath>
#include <boost/program_options.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/filesystem/exception.hpp>
#include <boost/filesystem/convenience.hpp>
#include "parse_pdbqt.h"
#include "parallel_mc.h"
#include "file.h"
#include "cache.h"
#include "non_cache.h"
#include "naive_non_cache.h"
#include "parse_error.h"
#include "everything.h"
#include "weighted_terms.h"
#include "current_weights.h"
#include "quasi_newton.h"
#include "gzstream.h"
#include "coords.h"
#include "tokenize.h"
#include <mpi.h>
#include "dock.h"
#include "mpiparser.h"
#include "mainProcedure.h"
Include dependency graph for mpiparser.cpp:

Functions

void saveStrList (std::string &fileName, std::vector< std::string > &strList)
 
void saveGeoList (std::string &fileName, std::vector< std::vector< double > > &geoList)
 
int mpiParser (int argc, char *argv[], std::string &recFile, std::string &fleFile, std::string &ligFile, std::vector< std::string > &ligList, std::vector< std::string > &recList, std::vector< std::string > &fleList, std::vector< std::vector< double > > &geoList, JobInputData &jobInput)
 

Function Documentation

void saveStrList ( std::string &  fileName,
std::vector< std::string > &  strList 
)

References tokenize().

Here is the call graph for this function:

void saveGeoList ( std::string &  fileName,
std::vector< std::vector< double > > &  geoList 
)

References tokenize().

Here is the call graph for this function:

int mpiParser ( int  argc,
char *  argv[],
std::string &  recFile,
std::string &  fleFile,
std::string &  ligFile,
std::vector< std::string > &  ligList,
std::vector< std::string > &  recList,
std::vector< std::string > &  fleList,
std::vector< std::vector< double > > &  geoList,
JobInputData jobInput 
)