Skip to content

Commit

Permalink
Merge pull request #4956 from QMCPACK/prckent-patch-2
Browse files Browse the repository at this point in the history
Remove commented code
  • Loading branch information
ye-luo committed Apr 15, 2024
2 parents 8a10b61 + 069a004 commit 4da19c8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/QMCApp/qmcapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,6 @@ int main(int argc, char** argv)
infoError.redirectToSameStream(infoSummary);
}

//#if defined(MPIRUN_EXTRA_ARGUMENTS)
// //broadcast the input file name to other nodes
// MPI_Bcast(fname.c_str(),fname.size(),MPI_CHAR,0,OHMMS::Controller->getID());
//#endif

bool validInput = false;
app_log() << " Input file(s): ";
for (int k = 0; k < inputs.size(); ++k)
Expand Down

0 comments on commit 4da19c8

Please sign in to comment.