X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=screenseqscommand.cpp;h=b2fdaff640557e7f9b840748db2afbde438bf5e5;hb=71c8b7190cf3a4dcedbab0273c938f6f868562bc;hp=09b82cebe3138f44533aa477b0d24fa9165c0e08;hpb=956cdff34f2d609a7736838b1631cd7957580b8b;p=mothur.git diff --git a/screenseqscommand.cpp b/screenseqscommand.cpp index 09b82ce..b2fdaff 100644 --- a/screenseqscommand.cpp +++ b/screenseqscommand.cpp @@ -28,7 +28,7 @@ ScreenSeqsCommand::ScreenSeqsCommand(string option) { OptionParser parser(option); map parameters = parser.getParameters(); - ValidParameters validParameter; + ValidParameters validParameter("screen.seqs"); map::iterator it; //check to make sure all parameters are valid for command @@ -179,7 +179,7 @@ int ScreenSeqsCommand::execute(){ #ifdef USE_MPI int pid, end, numSeqsPerProcessor; int tag = 2001; - vector MPIPos; + vector MPIPos; MPI_Status status; MPI_Comm_rank(MPI_COMM_WORLD, &pid); //find out who we are @@ -749,7 +749,7 @@ int ScreenSeqsCommand::driver(linePair* line, string goodFName, string badFName, } //********************************************************************************************************************** #ifdef USE_MPI -int ScreenSeqsCommand::driverMPI(int start, int num, MPI_File& inMPI, MPI_File& goodFile, MPI_File& badFile, MPI_File& badAccnosFile, vector& MPIPos, set& badSeqNames){ +int ScreenSeqsCommand::driverMPI(int start, int num, MPI_File& inMPI, MPI_File& goodFile, MPI_File& badFile, MPI_File& badAccnosFile, vector& MPIPos, set& badSeqNames){ try { string outputString = ""; MPI_Status statusGood;