Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
biochem-fan committed Feb 24, 2021
1 parent 0bf87e4 commit 44d5763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ml_optimiser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ void MlOptimiser::initialise()
int dev_id;
if (semiAutomaticMapping)
{
// Sjors: hack to make use of several cards; will only work if all MPI follower are on the same node!
// Sjors: hack to make use of several cards; will only work if all MPI followers are on the same node!
// Bjorn: Better hack
if (fullAutomaticMapping)
dev_id = devCount*i / nr_threads;
Expand Down
2 changes: 1 addition & 1 deletion src/ml_optimiser.h
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ class MlOptimiser
*/
void expectation();

/* Setup expectation step. We divide the heavy steps over mpi-followers,,
/* Setup expectation step. We divide the heavy steps over mpi-followers,
* so each call needs a list of which to skip heavy setup for. For
* these classes, only some formatting is done. Data is copied
* explicitly later.*/
Expand Down

0 comments on commit 44d5763

Please sign in to comment.