Revision | 6bf450fe4ff87fa5ca55e09aa79bbd7a40784d34 (tree) |
---|---|
Time | 2013-08-27 18:49:41 |
Author | Mikiya Fujii <mikiya.fujii@gmai...> |
Commiter | Mikiya Fujii |
typo
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/trunk@1512 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -1432,7 +1432,7 @@ void Cndo2::CalcFockMatrix(double** fockMatrix, | ||
1432 | 1432 | } |
1433 | 1433 | } // end of if(mpiRank == calcRank) |
1434 | 1434 | |
1435 | - // set data to gater in mpiHeadRank with asynchronous MPI | |
1435 | + // set data to gather in mpiHeadRank with asynchronous MPI | |
1436 | 1436 | int tag = mu; |
1437 | 1437 | int source = calcRank; |
1438 | 1438 | int dest = mpiHeadRank; |
@@ -3970,7 +3970,7 @@ void Cndo2::CalcOverlapAOs(double** overlapAOs, const Molecule& molecule) const{ | ||
3970 | 3970 | } |
3971 | 3971 | } // end of if(mpiRank == calcRnak) |
3972 | 3972 | |
3973 | - // set data to gater in mpiHeadRank with asynchronous MPI | |
3973 | + // set data to gather in mpiHeadRank with asynchronous MPI | |
3974 | 3974 | int tag = A; |
3975 | 3975 | int source = calcRank; |
3976 | 3976 | int dest = mpiHeadRank; |
@@ -3489,7 +3489,7 @@ void Mndo::CalcTwoElecTwoCore(double****** twoElecTwoCore, | ||
3489 | 3489 | throw MolDSException::Deserialize(ompErrors); |
3490 | 3490 | } |
3491 | 3491 | } // end of if(mpiRnak == calcRank) |
3492 | - // set data to gater in mpiHeadRank with asynchronous MPI | |
3492 | + // set data to gather in mpiHeadRank with asynchronous MPI | |
3493 | 3493 | int tag = a; |
3494 | 3494 | int source = calcRank; |
3495 | 3495 | int dest = mpiHeadRank; |