diff --git a/README.md b/README.md index 77b5534..34810bd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Example [Jekyll] website using GitLab Pages. View it live at https://pages.gitlab.io/jekyll -[Learn more about GitLab Pages](https://pages.gitlab.io) or read the the [official GitLab Pages documentation](https://docs.gitlab.com/ce/user/project/pages/). +[Learn more about GitLab Pages](https://pages.gitlab.io) or read the [official GitLab Pages documentation](https://docs.gitlab.com/ce/user/project/pages/). --- @@ -120,4 +120,4 @@ unless you want to contribute back to the upstream project. ## Release -This project is relesed as `LLNL-CODE-819660` +This project is released as `LLNL-CODE-819660` diff --git a/flux/section3.md b/flux/section3.md index 314be47..e750abd 100644 --- a/flux/section3.md +++ b/flux/section3.md @@ -108,7 +108,7 @@ corona178 ``` ### Submitting jobs to an existing instance with `flux proxy` -Some user workflows involve getting an allocation (Flux instance) and submitting work to it from outside of that allocation. Flux can accomodate these types of workflows using the `flux proxy` command. You could, for example, create a two node Flux instance with `flux alloc -N2 -n96 -t 1d --bg`, then use a `flux proxy` command to submit work in that instance: +Some user workflows involve getting an allocation (Flux instance) and submitting work to it from outside of that allocation. Flux can accommodate these types of workflows using the `flux proxy` command. You could, for example, create a two node Flux instance with `flux alloc -N2 -n96 -t 1d --bg`, then use a `flux proxy` command to submit work in that instance: ``` [day36@corona212:~]$ flux jobs JOBID USER NAME ST NTASKS NNODES RUNTIME NODELIST diff --git a/flux/section4.md b/flux/section4.md index 06fa3ab..b50c591 100644 --- a/flux/section4.md +++ b/flux/section4.md @@ -13,7 +13,7 @@ By default, the `flux jobs` command only lists your running and pending jobs. Yo For older completed jobs, accounting information (job size, duration, user, bank, etc) is available from the Flux accounting database via the `flux account view-jobs` command. ### Submitting jobs to a non-default bank -Some LC clusters have Flux's accounting modules enabled. This allows us to use a mutli-factor priority system that includes a hierarchical fairshare algorithm. Users of these systems may have access to multiple banks. One bank will be set as your default bank, but you can choose to submit jobs using an alternate bank by adding `--bank=BANK` to your `flux run|submit|alloc|batch` command. +Some LC clusters have Flux's accounting modules enabled. This allows us to use a multi-factor priority system that includes a hierarchical fairshare algorithm. Users of these systems may have access to multiple banks. One bank will be set as your default bank, but you can choose to submit jobs using an alternate bank by adding `--bank=BANK` to your `flux run|submit|alloc|batch` command. ### Viewing job and bank priorities You can view the priorities of all jobs in the queue, along with information about dependencies and job urgency (hold, normal, expedite) with `flux jobs -o deps` or, for jobs from all users, `flux jobs -A -o deps`. Note that the highest priority job will also have an estimated start time listed as `eta: TIME` in the `INFO` column of the `flux jobs -A` output. diff --git a/mpi/MPI_appendix/MPI_Aint.txt b/mpi/MPI_appendix/MPI_Aint.txt index 34e6809..04dd090 100644 --- a/mpi/MPI_appendix/MPI_Aint.txt +++ b/mpi/MPI_appendix/MPI_Aint.txt @@ -9,7 +9,7 @@ DATA TYPES Note that the Fortran types should only be used in Fortran programs, and the C types should only be used in C programs. For example, it is in error to use MPI_INT for a Fortran INTEGER. Datatypes are of type - MPI_Datatype in C and of tyep INTEGER in Fortran. + MPI_Datatype in C and of type INTEGER in Fortran. C DATATYPES @@ -155,7 +155,7 @@ COLLECTIVE OPERATIONS MPI_MAX - return the maximum MPI_MIN - - return the minumum + - return the minimum MPI_SUM - return the sum MPI_PROD diff --git a/mpi/MPI_appendix/MPI_Allgather.txt b/mpi/MPI_appendix/MPI_Allgather.txt index df76f9e..d17d06d 100644 --- a/mpi/MPI_appendix/MPI_Allgather.txt +++ b/mpi/MPI_appendix/MPI_Allgather.txt @@ -34,7 +34,7 @@ OUTPUT PARAMETER NOTES The MPI standard (1.0 and 1.1) says that - The jth block of data sent from each proess is received by every pro- + The jth block of data sent from each process is received by every pro- cess and placed in the jth block of the buffer recvbuf . @@ -65,7 +65,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the predefined error handler MPI_ERRORS_RETURN may be used to cause error - values to be returned. Note that MPI does not guarentee that an MPI + values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_ERR_COMM diff --git a/mpi/MPI_appendix/MPI_Allgatherv.txt b/mpi/MPI_appendix/MPI_Allgatherv.txt index 4fd29ca..acac30d 100644 --- a/mpi/MPI_appendix/MPI_Allgatherv.txt +++ b/mpi/MPI_appendix/MPI_Allgatherv.txt @@ -38,7 +38,7 @@ OUTPUT PARAMETER NOTES The MPI standard (1.0 and 1.1) says that - The jth block of data sent from each proess is received by every pro- + The jth block of data sent from each process is received by every pro- cess and placed in the jth block of the buffer recvbuf . @@ -69,7 +69,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_ERR_BUFFER diff --git a/mpi/MPI_appendix/MPI_Allreduce.txt b/mpi/MPI_appendix/MPI_Allreduce.txt index 5588021..ddb4ce6 100644 --- a/mpi/MPI_appendix/MPI_Allreduce.txt +++ b/mpi/MPI_appendix/MPI_Allreduce.txt @@ -55,7 +55,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_ERR_BUFFER diff --git a/mpi/MPI_appendix/MPI_Alltoall.txt b/mpi/MPI_appendix/MPI_Alltoall.txt index 57c8c7d..e7b7b69 100644 --- a/mpi/MPI_appendix/MPI_Alltoall.txt +++ b/mpi/MPI_appendix/MPI_Alltoall.txt @@ -48,7 +48,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_ERR_COMM diff --git a/mpi/MPI_appendix/MPI_Alltoallv.txt b/mpi/MPI_appendix/MPI_Alltoallv.txt index c89d1e1..9dd32b3 100644 --- a/mpi/MPI_appendix/MPI_Alltoallv.txt +++ b/mpi/MPI_appendix/MPI_Alltoallv.txt @@ -68,7 +68,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_ERR_COMM diff --git a/mpi/MPI_appendix/MPI_Attr_delete.txt b/mpi/MPI_appendix/MPI_Attr_delete.txt index 445bad9..494b15c 100644 --- a/mpi/MPI_appendix/MPI_Attr_delete.txt +++ b/mpi/MPI_appendix/MPI_Attr_delete.txt @@ -32,7 +32,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_ERR_COMM diff --git a/mpi/MPI_appendix/MPI_Attr_get.txt b/mpi/MPI_appendix/MPI_Attr_get.txt index eb06edd..66949dd 100644 --- a/mpi/MPI_appendix/MPI_Attr_get.txt +++ b/mpi/MPI_appendix/MPI_Attr_get.txt @@ -32,7 +32,7 @@ NOTES NOTES FOR C - Even though the attr_value arguement is declared as void * , it is + Even though the attr_value argument is declared as void * , it is really the address of a void pointer. See the rationale in the stan- dard for more details. @@ -59,7 +59,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Attr_put.txt b/mpi/MPI_appendix/MPI_Attr_put.txt index f370c6b..5b08117 100644 --- a/mpi/MPI_appendix/MPI_Attr_put.txt +++ b/mpi/MPI_appendix/MPI_Attr_put.txt @@ -49,7 +49,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Barrier.txt b/mpi/MPI_appendix/MPI_Barrier.txt index 9bef108..5acaae9 100644 --- a/mpi/MPI_appendix/MPI_Barrier.txt +++ b/mpi/MPI_appendix/MPI_Barrier.txt @@ -23,7 +23,7 @@ NOTES ALGORITHM If the underlying device cannot do better, a tree-like or combine algo- rithm is used to broadcast a message wto all members of the communica- - tor. We can modifiy this to use "blocks" at a later time (see + tor. We can modify this to use "blocks" at a later time (see MPI_Bcast ). @@ -45,7 +45,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Bcast.txt b/mpi/MPI_appendix/MPI_Bcast.txt index 1d561b5..e09b78e 100644 --- a/mpi/MPI_appendix/MPI_Bcast.txt +++ b/mpi/MPI_appendix/MPI_Bcast.txt @@ -50,7 +50,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Bsend.txt b/mpi/MPI_appendix/MPI_Bsend.txt index cfe9ed8..1311819 100644 --- a/mpi/MPI_appendix/MPI_Bsend.txt +++ b/mpi/MPI_appendix/MPI_Bsend.txt @@ -27,7 +27,7 @@ INPUT PARAMETERS NOTES This send is provided as a convenience function; it allows the user to - send messages without worring about where they are buffered (because + send messages without worrying about where they are buffered (because the user must have provided buffer space with MPI_Buffer_attach ). In deciding how much buffer space to allocate, remember that the buffer @@ -70,7 +70,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Bsend_init.txt b/mpi/MPI_appendix/MPI_Bsend_init.txt index e68f71c..92b2407 100644 --- a/mpi/MPI_appendix/MPI_Bsend_init.txt +++ b/mpi/MPI_appendix/MPI_Bsend_init.txt @@ -43,7 +43,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Buffer_attach.txt b/mpi/MPI_appendix/MPI_Buffer_attach.txt index cf8dbdb..71c6310 100644 --- a/mpi/MPI_appendix/MPI_Buffer_attach.txt +++ b/mpi/MPI_appendix/MPI_Buffer_attach.txt @@ -57,7 +57,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Cancel.txt b/mpi/MPI_appendix/MPI_Cancel.txt index a5ce530..c2acac0 100644 --- a/mpi/MPI_appendix/MPI_Cancel.txt +++ b/mpi/MPI_appendix/MPI_Cancel.txt @@ -61,7 +61,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Cart_coords.txt b/mpi/MPI_appendix/MPI_Cart_coords.txt index baa0861..5a91f3c 100644 --- a/mpi/MPI_appendix/MPI_Cart_coords.txt +++ b/mpi/MPI_appendix/MPI_Cart_coords.txt @@ -40,7 +40,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Cart_create.txt b/mpi/MPI_appendix/MPI_Cart_create.txt index 398806b..2b92123 100644 --- a/mpi/MPI_appendix/MPI_Cart_create.txt +++ b/mpi/MPI_appendix/MPI_Cart_create.txt @@ -51,7 +51,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Cart_get.txt b/mpi/MPI_appendix/MPI_Cart_get.txt index d438dd7..dc82b6c 100644 --- a/mpi/MPI_appendix/MPI_Cart_get.txt +++ b/mpi/MPI_appendix/MPI_Cart_get.txt @@ -50,7 +50,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Cart_map.txt b/mpi/MPI_appendix/MPI_Cart_map.txt index 9aa9f50..5f15031 100644 --- a/mpi/MPI_appendix/MPI_Cart_map.txt +++ b/mpi/MPI_appendix/MPI_Cart_map.txt @@ -48,7 +48,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Cart_rank.txt b/mpi/MPI_appendix/MPI_Cart_rank.txt index c54d2c6..6715d35 100644 --- a/mpi/MPI_appendix/MPI_Cart_rank.txt +++ b/mpi/MPI_appendix/MPI_Cart_rank.txt @@ -47,7 +47,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Cart_shift.txt b/mpi/MPI_appendix/MPI_Cart_shift.txt index 4c389b8..355e0c7 100644 --- a/mpi/MPI_appendix/MPI_Cart_shift.txt +++ b/mpi/MPI_appendix/MPI_Cart_shift.txt @@ -49,7 +49,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Cart_sub.txt b/mpi/MPI_appendix/MPI_Cart_sub.txt index 665680a..2c6a9df 100644 --- a/mpi/MPI_appendix/MPI_Cart_sub.txt +++ b/mpi/MPI_appendix/MPI_Cart_sub.txt @@ -42,7 +42,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Cartdim_get.txt b/mpi/MPI_appendix/MPI_Cartdim_get.txt index bdb5fca..26fa45a 100644 --- a/mpi/MPI_appendix/MPI_Cartdim_get.txt +++ b/mpi/MPI_appendix/MPI_Cartdim_get.txt @@ -36,7 +36,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Comm_compare.txt b/mpi/MPI_appendix/MPI_Comm_compare.txt index 8232f2e..5d32ef8 100644 --- a/mpi/MPI_appendix/MPI_Comm_compare.txt +++ b/mpi/MPI_appendix/MPI_Comm_compare.txt @@ -54,7 +54,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Comm_create.txt b/mpi/MPI_appendix/MPI_Comm_create.txt index 97f17d3..ead28e9 100644 --- a/mpi/MPI_appendix/MPI_Comm_create.txt +++ b/mpi/MPI_appendix/MPI_Comm_create.txt @@ -37,7 +37,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Comm_dup.txt b/mpi/MPI_appendix/MPI_Comm_dup.txt index 925363e..79fe15b 100644 --- a/mpi/MPI_appendix/MPI_Comm_dup.txt +++ b/mpi/MPI_appendix/MPI_Comm_dup.txt @@ -39,7 +39,7 @@ NOTES argument to MPI_Keyval_create . This is particularly useful for (a) attributes that describe some property of the group associated with the communicator, such as its interconnection topology and (b) communica- - tors that are given back to the user; the attibutes in this case can + tors that are given back to the user; the attributes in this case can track subsequent MPI_Comm_dup operations on this communicator. @@ -61,7 +61,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Comm_free.txt b/mpi/MPI_appendix/MPI_Comm_free.txt index 222a7d4..c2b29b5 100644 --- a/mpi/MPI_appendix/MPI_Comm_free.txt +++ b/mpi/MPI_appendix/MPI_Comm_free.txt @@ -44,7 +44,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Comm_get_name.txt b/mpi/MPI_appendix/MPI_Comm_get_name.txt index f694cd1..2c20242 100644 --- a/mpi/MPI_appendix/MPI_Comm_get_name.txt +++ b/mpi/MPI_appendix/MPI_Comm_get_name.txt @@ -38,7 +38,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Comm_group.txt b/mpi/MPI_appendix/MPI_Comm_group.txt index 7769a9c..ad4c5ff 100644 --- a/mpi/MPI_appendix/MPI_Comm_group.txt +++ b/mpi/MPI_appendix/MPI_Comm_group.txt @@ -54,7 +54,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Comm_rank.txt b/mpi/MPI_appendix/MPI_Comm_rank.txt index 4dd32cf..cef501f 100644 --- a/mpi/MPI_appendix/MPI_Comm_rank.txt +++ b/mpi/MPI_appendix/MPI_Comm_rank.txt @@ -36,7 +36,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Comm_remote_group.txt b/mpi/MPI_appendix/MPI_Comm_remote_group.txt index 446c1ea..4aa15f5 100644 --- a/mpi/MPI_appendix/MPI_Comm_remote_group.txt +++ b/mpi/MPI_appendix/MPI_Comm_remote_group.txt @@ -36,7 +36,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Comm_remote_size.txt b/mpi/MPI_appendix/MPI_Comm_remote_size.txt index 52d5808..ff1e516 100644 --- a/mpi/MPI_appendix/MPI_Comm_remote_size.txt +++ b/mpi/MPI_appendix/MPI_Comm_remote_size.txt @@ -4,7 +4,7 @@ MPI_Comm_remote_size(3) MPI MPI_Comm_remote_size(3) NAME MPI_Comm_remote_size - Determines the size of the remote group asso- - ciated with an inter-communictor + ciated with an inter-communicator SYNOPSIS #include "mpi.h" @@ -36,7 +36,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Comm_set_name.txt b/mpi/MPI_appendix/MPI_Comm_set_name.txt index 98f5e76..c490d81 100644 --- a/mpi/MPI_appendix/MPI_Comm_set_name.txt +++ b/mpi/MPI_appendix/MPI_Comm_set_name.txt @@ -32,7 +32,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Comm_size.txt b/mpi/MPI_appendix/MPI_Comm_size.txt index 72c422c..b345942 100644 --- a/mpi/MPI_appendix/MPI_Comm_size.txt +++ b/mpi/MPI_appendix/MPI_Comm_size.txt @@ -4,7 +4,7 @@ MPI_Comm_size(3) MPI MPI_Comm_size(3) NAME MPI_Comm_size - Determines the size of the group associated with a - communictor + communicator SYNOPSIS #include "mpi.h" @@ -40,7 +40,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Comm_split.txt b/mpi/MPI_appendix/MPI_Comm_split.txt index 311475b..ea0decc 100644 --- a/mpi/MPI_appendix/MPI_Comm_split.txt +++ b/mpi/MPI_appendix/MPI_Comm_split.txt @@ -13,7 +13,7 @@ INPUT PARAMETERS comm - communicator (handle) color - control of subset assignment (nonnegative integer). Processes with the same color are in the same new communicator - key - control of rank assigment (integer) + key - control of rank assignment (integer) OUTPUT PARAMETER @@ -68,7 +68,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Comm_test_inter.txt b/mpi/MPI_appendix/MPI_Comm_test_inter.txt index 21d2a38..7a4a352 100644 --- a/mpi/MPI_appendix/MPI_Comm_test_inter.txt +++ b/mpi/MPI_appendix/MPI_Comm_test_inter.txt @@ -35,7 +35,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Copy_function.txt b/mpi/MPI_appendix/MPI_Copy_function.txt index 34e6809..04dd090 100644 --- a/mpi/MPI_appendix/MPI_Copy_function.txt +++ b/mpi/MPI_appendix/MPI_Copy_function.txt @@ -9,7 +9,7 @@ DATA TYPES Note that the Fortran types should only be used in Fortran programs, and the C types should only be used in C programs. For example, it is in error to use MPI_INT for a Fortran INTEGER. Datatypes are of type - MPI_Datatype in C and of tyep INTEGER in Fortran. + MPI_Datatype in C and of type INTEGER in Fortran. C DATATYPES @@ -155,7 +155,7 @@ COLLECTIVE OPERATIONS MPI_MAX - return the maximum MPI_MIN - - return the minumum + - return the minimum MPI_SUM - return the sum MPI_PROD diff --git a/mpi/MPI_appendix/MPI_Delete_function.txt b/mpi/MPI_appendix/MPI_Delete_function.txt index 34e6809..04dd090 100644 --- a/mpi/MPI_appendix/MPI_Delete_function.txt +++ b/mpi/MPI_appendix/MPI_Delete_function.txt @@ -9,7 +9,7 @@ DATA TYPES Note that the Fortran types should only be used in Fortran programs, and the C types should only be used in C programs. For example, it is in error to use MPI_INT for a Fortran INTEGER. Datatypes are of type - MPI_Datatype in C and of tyep INTEGER in Fortran. + MPI_Datatype in C and of type INTEGER in Fortran. C DATATYPES @@ -155,7 +155,7 @@ COLLECTIVE OPERATIONS MPI_MAX - return the maximum MPI_MIN - - return the minumum + - return the minimum MPI_SUM - return the sum MPI_PROD diff --git a/mpi/MPI_appendix/MPI_Errhandler_create.txt b/mpi/MPI_appendix/MPI_Errhandler_create.txt index 2461ed6..c80d3bd 100644 --- a/mpi/MPI_appendix/MPI_Errhandler_create.txt +++ b/mpi/MPI_appendix/MPI_Errhandler_create.txt @@ -48,7 +48,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Errhandler_free.txt b/mpi/MPI_appendix/MPI_Errhandler_free.txt index aab96c5..41f70e5 100644 --- a/mpi/MPI_appendix/MPI_Errhandler_free.txt +++ b/mpi/MPI_appendix/MPI_Errhandler_free.txt @@ -33,7 +33,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Errhandler_get.txt b/mpi/MPI_appendix/MPI_Errhandler_get.txt index cb2cf0a..c43c970 100644 --- a/mpi/MPI_appendix/MPI_Errhandler_get.txt +++ b/mpi/MPI_appendix/MPI_Errhandler_get.txt @@ -48,7 +48,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Errhandler_set.txt b/mpi/MPI_appendix/MPI_Errhandler_set.txt index b547cf1..f888df5 100644 --- a/mpi/MPI_appendix/MPI_Errhandler_set.txt +++ b/mpi/MPI_appendix/MPI_Errhandler_set.txt @@ -33,7 +33,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_File_iread_at.txt b/mpi/MPI_appendix/MPI_File_iread_at.txt index 9ca8772..5c329d9 100644 --- a/mpi/MPI_appendix/MPI_File_iread_at.txt +++ b/mpi/MPI_appendix/MPI_File_iread_at.txt @@ -3,7 +3,7 @@ MPI_File_iread_at(3) MPI-2 MPI_File_iread_at(3) NAME - MPI_File_iread_at - Nonblocking read using explict offset + MPI_File_iread_at - Nonblocking read using explicit offset SYNOPSIS #ifdef HAVE_MPI_GREQUEST diff --git a/mpi/MPI_appendix/MPI_File_iwrite_at.txt b/mpi/MPI_appendix/MPI_File_iwrite_at.txt index 688a05b..2c6cb8d 100644 --- a/mpi/MPI_appendix/MPI_File_iwrite_at.txt +++ b/mpi/MPI_appendix/MPI_File_iwrite_at.txt @@ -3,7 +3,7 @@ MPI_File_iwrite_at(3) MPI-2 MPI_File_iwrite_at(3) NAME - MPI_File_iwrite_at - Nonblocking write using explict offset + MPI_File_iwrite_at - Nonblocking write using explicit offset SYNOPSIS #ifdef HAVE_MPI_GREQUEST diff --git a/mpi/MPI_appendix/MPI_File_read_at.txt b/mpi/MPI_appendix/MPI_File_read_at.txt index 8b9e6e4..95a4452 100644 --- a/mpi/MPI_appendix/MPI_File_read_at.txt +++ b/mpi/MPI_appendix/MPI_File_read_at.txt @@ -3,7 +3,7 @@ MPI_File_read_at(3) MPI-2 MPI_File_read_at(3) NAME - MPI_File_read_at - Read using explict offset + MPI_File_read_at - Read using explicit offset SYNOPSIS int MPI_File_read_at(MPI_File mpi_fh, MPI_Offset offset, void *buf, diff --git a/mpi/MPI_appendix/MPI_File_read_at_all.txt b/mpi/MPI_appendix/MPI_File_read_at_all.txt index 0a8d8fb..0c07393 100644 --- a/mpi/MPI_appendix/MPI_File_read_at_all.txt +++ b/mpi/MPI_appendix/MPI_File_read_at_all.txt @@ -3,7 +3,7 @@ MPI_File_read_at_all(3) MPI-2 MPI_File_read_at_all(3) NAME - MPI_File_read_at_all - Collective read using explict offset + MPI_File_read_at_all - Collective read using explicit offset SYNOPSIS int MPI_File_read_at_all(MPI_File mpi_fh, MPI_Offset offset, void *buf, diff --git a/mpi/MPI_appendix/MPI_File_read_at_all_begin.txt b/mpi/MPI_appendix/MPI_File_read_at_all_begin.txt index 026db7f..6970d1a 100644 --- a/mpi/MPI_appendix/MPI_File_read_at_all_begin.txt +++ b/mpi/MPI_appendix/MPI_File_read_at_all_begin.txt @@ -4,7 +4,7 @@ MPI_File_read_at_all_begin(3) MPI-2 MPI_File_read_at_all_begin(3) NAME MPI_File_read_at_all_begin - Begin a split collective read using - explict offset + explicit offset SYNOPSIS int MPI_File_read_at_all_begin(MPI_File mpi_fh, MPI_Offset offset, void *buf, diff --git a/mpi/MPI_appendix/MPI_File_read_at_all_end.txt b/mpi/MPI_appendix/MPI_File_read_at_all_end.txt index 2fe4bc3..70cd54c 100644 --- a/mpi/MPI_appendix/MPI_File_read_at_all_end.txt +++ b/mpi/MPI_appendix/MPI_File_read_at_all_end.txt @@ -4,7 +4,7 @@ MPI_File_read_at_all_end(3) MPI-2 MPI_File_read_at_all_end(3) NAME MPI_File_read_at_all_end - Complete a split collective read using - explict offset + explicit offset SYNOPSIS int MPI_File_read_at_all_end(MPI_File mpi_fh, void *buf, MPI_Status *status) diff --git a/mpi/MPI_appendix/MPI_File_write_at.txt b/mpi/MPI_appendix/MPI_File_write_at.txt index 8cd7acf..d037960 100644 --- a/mpi/MPI_appendix/MPI_File_write_at.txt +++ b/mpi/MPI_appendix/MPI_File_write_at.txt @@ -3,7 +3,7 @@ MPI_File_write_at(3) MPI-2 MPI_File_write_at(3) NAME - MPI_File_write_at - Write using explict offset + MPI_File_write_at - Write using explicit offset SYNOPSIS int MPI_File_write_at(MPI_File mpi_fh, MPI_Offset offset, void *buf, diff --git a/mpi/MPI_appendix/MPI_File_write_at_all.txt b/mpi/MPI_appendix/MPI_File_write_at_all.txt index 5699036..dd416f0 100644 --- a/mpi/MPI_appendix/MPI_File_write_at_all.txt +++ b/mpi/MPI_appendix/MPI_File_write_at_all.txt @@ -3,7 +3,7 @@ MPI_File_write_at_all(3) MPI-2 MPI_File_write_at_all(3) NAME - MPI_File_write_at_all - Collective write using explict offset + MPI_File_write_at_all - Collective write using explicit offset SYNOPSIS int MPI_File_write_at_all(MPI_File mpi_fh, MPI_Offset offset, void *buf, diff --git a/mpi/MPI_appendix/MPI_File_write_at_all_begin.txt b/mpi/MPI_appendix/MPI_File_write_at_all_begin.txt index 30458e1..6f424c3 100644 --- a/mpi/MPI_appendix/MPI_File_write_at_all_begin.txt +++ b/mpi/MPI_appendix/MPI_File_write_at_all_begin.txt @@ -4,7 +4,7 @@ MPI_File_write_at_all_begin(3) MPI-2 MPI_File_write_at_all_begin(3) NAME MPI_File_write_at_all_begin - Begin a split collective write using - explict offset + explicit offset SYNOPSIS int MPI_File_write_at_all_begin(MPI_File mpi_fh, MPI_Offset offset, void *buf, diff --git a/mpi/MPI_appendix/MPI_File_write_at_all_end.txt b/mpi/MPI_appendix/MPI_File_write_at_all_end.txt index 117dc93..87e0cf8 100644 --- a/mpi/MPI_appendix/MPI_File_write_at_all_end.txt +++ b/mpi/MPI_appendix/MPI_File_write_at_all_end.txt @@ -4,7 +4,7 @@ MPI_File_write_at_all_end(3) MPI-2 MPI_File_write_at_all_end(3) NAME MPI_File_write_at_all_end - Complete a split collective write using - explict offset + explicit offset SYNOPSIS int MPI_File_write_at_all_end(MPI_File mpi_fh, void *buf, MPI_Status *status) diff --git a/mpi/MPI_appendix/MPI_Gather.txt b/mpi/MPI_appendix/MPI_Gather.txt index 9e898df..4795564 100644 --- a/mpi/MPI_appendix/MPI_Gather.txt +++ b/mpi/MPI_appendix/MPI_Gather.txt @@ -51,7 +51,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Gatherv.txt b/mpi/MPI_appendix/MPI_Gatherv.txt index 46ab260..6b33774 100644 --- a/mpi/MPI_appendix/MPI_Gatherv.txt +++ b/mpi/MPI_appendix/MPI_Gatherv.txt @@ -57,7 +57,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Get_count.txt b/mpi/MPI_appendix/MPI_Get_count.txt index ee5c306..9152479 100644 --- a/mpi/MPI_appendix/MPI_Get_count.txt +++ b/mpi/MPI_appendix/MPI_Get_count.txt @@ -44,7 +44,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Get_elements.txt b/mpi/MPI_appendix/MPI_Get_elements.txt index b8f4916..2c0d363 100644 --- a/mpi/MPI_appendix/MPI_Get_elements.txt +++ b/mpi/MPI_appendix/MPI_Get_elements.txt @@ -38,7 +38,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Graph_create.txt b/mpi/MPI_appendix/MPI_Graph_create.txt index b36eb1f..5289dcc 100644 --- a/mpi/MPI_appendix/MPI_Graph_create.txt +++ b/mpi/MPI_appendix/MPI_Graph_create.txt @@ -48,7 +48,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Graph_get.txt b/mpi/MPI_appendix/MPI_Graph_get.txt index 081788a..698bb7a 100644 --- a/mpi/MPI_appendix/MPI_Graph_get.txt +++ b/mpi/MPI_appendix/MPI_Graph_get.txt @@ -43,7 +43,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Graph_map.txt b/mpi/MPI_appendix/MPI_Graph_map.txt index fcf905c..f6fdad2 100644 --- a/mpi/MPI_appendix/MPI_Graph_map.txt +++ b/mpi/MPI_appendix/MPI_Graph_map.txt @@ -42,7 +42,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Graph_neighbors.txt b/mpi/MPI_appendix/MPI_Graph_neighbors.txt index 54b3597..393b2bf 100644 --- a/mpi/MPI_appendix/MPI_Graph_neighbors.txt +++ b/mpi/MPI_appendix/MPI_Graph_neighbors.txt @@ -42,7 +42,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Graph_neighbors_count.txt b/mpi/MPI_appendix/MPI_Graph_neighbors_count.txt index 615b927..744da39 100644 --- a/mpi/MPI_appendix/MPI_Graph_neighbors_count.txt +++ b/mpi/MPI_appendix/MPI_Graph_neighbors_count.txt @@ -38,7 +38,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Graphdims_get.txt b/mpi/MPI_appendix/MPI_Graphdims_get.txt index 6a670bf..fd23275 100644 --- a/mpi/MPI_appendix/MPI_Graphdims_get.txt +++ b/mpi/MPI_appendix/MPI_Graphdims_get.txt @@ -37,7 +37,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Group_compare.txt b/mpi/MPI_appendix/MPI_Group_compare.txt index 967e16f..343163a 100644 --- a/mpi/MPI_appendix/MPI_Group_compare.txt +++ b/mpi/MPI_appendix/MPI_Group_compare.txt @@ -38,7 +38,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Group_difference.txt b/mpi/MPI_appendix/MPI_Group_difference.txt index a87da58..52de6ed 100644 --- a/mpi/MPI_appendix/MPI_Group_difference.txt +++ b/mpi/MPI_appendix/MPI_Group_difference.txt @@ -38,7 +38,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Group_excl.txt b/mpi/MPI_appendix/MPI_Group_excl.txt index e6dec75..d528fed 100644 --- a/mpi/MPI_appendix/MPI_Group_excl.txt +++ b/mpi/MPI_appendix/MPI_Group_excl.txt @@ -47,7 +47,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Group_free.txt b/mpi/MPI_appendix/MPI_Group_free.txt index 0963cc6..9cb21c2 100644 --- a/mpi/MPI_appendix/MPI_Group_free.txt +++ b/mpi/MPI_appendix/MPI_Group_free.txt @@ -35,7 +35,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Group_incl.txt b/mpi/MPI_appendix/MPI_Group_incl.txt index b0108e4..52c7773 100644 --- a/mpi/MPI_appendix/MPI_Group_incl.txt +++ b/mpi/MPI_appendix/MPI_Group_incl.txt @@ -48,7 +48,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Group_intersection.txt b/mpi/MPI_appendix/MPI_Group_intersection.txt index eebf3b5..3581c85 100644 --- a/mpi/MPI_appendix/MPI_Group_intersection.txt +++ b/mpi/MPI_appendix/MPI_Group_intersection.txt @@ -39,7 +39,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Group_range_excl.txt b/mpi/MPI_appendix/MPI_Group_range_excl.txt index 870effb..4b7916f 100644 --- a/mpi/MPI_appendix/MPI_Group_range_excl.txt +++ b/mpi/MPI_appendix/MPI_Group_range_excl.txt @@ -50,7 +50,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Group_range_incl.txt b/mpi/MPI_appendix/MPI_Group_range_incl.txt index 418b0a0..14df24c 100644 --- a/mpi/MPI_appendix/MPI_Group_range_incl.txt +++ b/mpi/MPI_appendix/MPI_Group_range_incl.txt @@ -49,7 +49,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Group_rank.txt b/mpi/MPI_appendix/MPI_Group_rank.txt index 6be3346..f993b23 100644 --- a/mpi/MPI_appendix/MPI_Group_rank.txt +++ b/mpi/MPI_appendix/MPI_Group_rank.txt @@ -36,7 +36,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Group_size.txt b/mpi/MPI_appendix/MPI_Group_size.txt index cacb6a7..d1cd57b 100644 --- a/mpi/MPI_appendix/MPI_Group_size.txt +++ b/mpi/MPI_appendix/MPI_Group_size.txt @@ -32,7 +32,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Group_translate_ranks.txt b/mpi/MPI_appendix/MPI_Group_translate_ranks.txt index 2f3b830..e359e3e 100644 --- a/mpi/MPI_appendix/MPI_Group_translate_ranks.txt +++ b/mpi/MPI_appendix/MPI_Group_translate_ranks.txt @@ -42,7 +42,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Group_union.txt b/mpi/MPI_appendix/MPI_Group_union.txt index 9b6fbc1..7275191 100644 --- a/mpi/MPI_appendix/MPI_Group_union.txt +++ b/mpi/MPI_appendix/MPI_Group_union.txt @@ -38,7 +38,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_HOST.txt b/mpi/MPI_appendix/MPI_HOST.txt index 34e6809..04dd090 100644 --- a/mpi/MPI_appendix/MPI_HOST.txt +++ b/mpi/MPI_appendix/MPI_HOST.txt @@ -9,7 +9,7 @@ DATA TYPES Note that the Fortran types should only be used in Fortran programs, and the C types should only be used in C programs. For example, it is in error to use MPI_INT for a Fortran INTEGER. Datatypes are of type - MPI_Datatype in C and of tyep INTEGER in Fortran. + MPI_Datatype in C and of type INTEGER in Fortran. C DATATYPES @@ -155,7 +155,7 @@ COLLECTIVE OPERATIONS MPI_MAX - return the maximum MPI_MIN - - return the minumum + - return the minimum MPI_SUM - return the sum MPI_PROD diff --git a/mpi/MPI_appendix/MPI_Handler_function.txt b/mpi/MPI_appendix/MPI_Handler_function.txt index 34e6809..04dd090 100644 --- a/mpi/MPI_appendix/MPI_Handler_function.txt +++ b/mpi/MPI_appendix/MPI_Handler_function.txt @@ -9,7 +9,7 @@ DATA TYPES Note that the Fortran types should only be used in Fortran programs, and the C types should only be used in C programs. For example, it is in error to use MPI_INT for a Fortran INTEGER. Datatypes are of type - MPI_Datatype in C and of tyep INTEGER in Fortran. + MPI_Datatype in C and of type INTEGER in Fortran. C DATATYPES @@ -155,7 +155,7 @@ COLLECTIVE OPERATIONS MPI_MAX - return the maximum MPI_MIN - - return the minumum + - return the minimum MPI_SUM - return the sum MPI_PROD diff --git a/mpi/MPI_appendix/MPI_IO.txt b/mpi/MPI_appendix/MPI_IO.txt index 34e6809..04dd090 100644 --- a/mpi/MPI_appendix/MPI_IO.txt +++ b/mpi/MPI_appendix/MPI_IO.txt @@ -9,7 +9,7 @@ DATA TYPES Note that the Fortran types should only be used in Fortran programs, and the C types should only be used in C programs. For example, it is in error to use MPI_INT for a Fortran INTEGER. Datatypes are of type - MPI_Datatype in C and of tyep INTEGER in Fortran. + MPI_Datatype in C and of type INTEGER in Fortran. C DATATYPES @@ -155,7 +155,7 @@ COLLECTIVE OPERATIONS MPI_MAX - return the maximum MPI_MIN - - return the minumum + - return the minimum MPI_SUM - return the sum MPI_PROD diff --git a/mpi/MPI_appendix/MPI_Ibsend.txt b/mpi/MPI_appendix/MPI_Ibsend.txt index 9d3d0b9..173d1fe 100644 --- a/mpi/MPI_appendix/MPI_Ibsend.txt +++ b/mpi/MPI_appendix/MPI_Ibsend.txt @@ -43,7 +43,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Init.txt b/mpi/MPI_appendix/MPI_Init.txt index a7cd848..5754e8c 100644 --- a/mpi/MPI_appendix/MPI_Init.txt +++ b/mpi/MPI_appendix/MPI_Init.txt @@ -74,7 +74,7 @@ NOTES in Fortran, the Fortran version must be called. On exit from this routine, all processes will have a copy of the argu- - ment list. This is not required by the MPI standard, and truely + ment list. This is not required by the MPI standard, and truly portable codes should not rely on it. This is provided as a service by this implementation (an MPI implementation is allowed to distribute the command line arguments but is not required to). @@ -94,7 +94,7 @@ SIGNALS USED The MPI standard requires that all signals used be documented. The MPICH implementation itself uses no signals, but some of the software that MPICH relies on may use some signals. The list below is partial - and should be independantly checked if you (and any package that you + and should be independently checked if you (and any package that you use) depend on particular signals. @@ -139,7 +139,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Init_thread.txt b/mpi/MPI_appendix/MPI_Init_thread.txt index 00fd069..867bd39 100644 --- a/mpi/MPI_appendix/MPI_Init_thread.txt +++ b/mpi/MPI_appendix/MPI_Init_thread.txt @@ -34,14 +34,14 @@ NOTES Currently, MPICH places the same restrictions on MPI_INIT_THREAD as on MPI_INIT (see the MPI_INIT man page). When MPICH fully supports MPI-2, - this restriction will be removed (as requried by the MPI-2 standard). + this restriction will be removed (as required by the MPI-2 standard). SIGNALS USED The MPI standard requires that all signals used be documented. The MPICH implementation itself uses no signals, but some of the software that MPICH relies on may use some signals. The list below is partial - and should be independantly checked if you (and any package that you + and should be independently checked if you (and any package that you use) depend on particular signals. @@ -86,7 +86,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Intercomm_create.txt b/mpi/MPI_appendix/MPI_Intercomm_create.txt index 56627eb..bb8ad33 100644 --- a/mpi/MPI_appendix/MPI_Intercomm_create.txt +++ b/mpi/MPI_appendix/MPI_Intercomm_create.txt @@ -3,7 +3,7 @@ MPI_Intercomm_create(3) MPI MPI_Intercomm_create(3) NAME - MPI_Intercomm_create - Creates an intercommuncator from two intracom- + MPI_Intercomm_create - Creates an intercommunicator from two intracom- municators SYNOPSIS @@ -12,7 +12,7 @@ SYNOPSIS MPI_Comm peer_comm, int remote_leader, int tag, MPI_Comm *comm_out ) -INPUT PARAMTERS +INPUT PARAMETERS local_comm - Local (intra)communicator local_leader @@ -35,7 +35,7 @@ OUTPUT PARAMETER NOTES The MPI 1.1 Standard contains two mutually exclusive comments on the - input intracommunicators. One says that their repective groups must be + input intracommunicators. One says that their respective groups must be disjoint; the other that the leaders can be the same process. After some discussion by the MPI Forum, it has been decided that the groups must be disjoint. Note that the reason given for this in the standard @@ -90,7 +90,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Intercomm_merge.txt b/mpi/MPI_appendix/MPI_Intercomm_merge.txt index f89ae3a..e84d677 100644 --- a/mpi/MPI_appendix/MPI_Intercomm_merge.txt +++ b/mpi/MPI_appendix/MPI_Intercomm_merge.txt @@ -3,7 +3,7 @@ MPI_Intercomm_merge(3) MPI MPI_Intercomm_merge(3) NAME - MPI_Intercomm_merge - Creates an intracommuncator from an intercommu- + MPI_Intercomm_merge - Creates an intracommunicator from an intercommu- nicator SYNOPSIS @@ -47,7 +47,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Iprobe.txt b/mpi/MPI_appendix/MPI_Iprobe.txt index 0cf5db0..48d7ff8 100644 --- a/mpi/MPI_appendix/MPI_Iprobe.txt +++ b/mpi/MPI_appendix/MPI_Iprobe.txt @@ -39,7 +39,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Irsend.txt b/mpi/MPI_appendix/MPI_Irsend.txt index fa861a4..347045b 100644 --- a/mpi/MPI_appendix/MPI_Irsend.txt +++ b/mpi/MPI_appendix/MPI_Irsend.txt @@ -40,7 +40,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Isend.txt b/mpi/MPI_appendix/MPI_Isend.txt index 5f3071d..0c2c611 100644 --- a/mpi/MPI_appendix/MPI_Isend.txt +++ b/mpi/MPI_appendix/MPI_Isend.txt @@ -43,7 +43,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Issend.txt b/mpi/MPI_appendix/MPI_Issend.txt index 6f614b7..6fb94b5 100644 --- a/mpi/MPI_appendix/MPI_Issend.txt +++ b/mpi/MPI_appendix/MPI_Issend.txt @@ -43,7 +43,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Keyval_create.txt b/mpi/MPI_appendix/MPI_Keyval_create.txt index 674000c..48a91cc 100644 --- a/mpi/MPI_appendix/MPI_Keyval_create.txt +++ b/mpi/MPI_appendix/MPI_Keyval_create.txt @@ -56,7 +56,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Keyval_free.txt b/mpi/MPI_appendix/MPI_Keyval_free.txt index b8cd873..145792d 100644 --- a/mpi/MPI_appendix/MPI_Keyval_free.txt +++ b/mpi/MPI_appendix/MPI_Keyval_free.txt @@ -35,7 +35,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Op_create.txt b/mpi/MPI_appendix/MPI_Op_create.txt index 4f46987..0ed4fa4 100644 --- a/mpi/MPI_appendix/MPI_Op_create.txt +++ b/mpi/MPI_appendix/MPI_Op_create.txt @@ -63,7 +63,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Op_free.txt b/mpi/MPI_appendix/MPI_Op_free.txt index 1fec408..9b283aa 100644 --- a/mpi/MPI_appendix/MPI_Op_free.txt +++ b/mpi/MPI_appendix/MPI_Op_free.txt @@ -48,7 +48,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS @@ -62,7 +62,7 @@ ERRORS MPI_SUM ). *N/ /*N MPI_ERR_PERM_KEY MPI_ERR_ARG - Invalid argument; the error code associated with this error - indicates an attempt to free or chnage an MPI permanent keyval + indicates an attempt to free or change an MPI permanent keyval (e.g., MPI_TAG_UB ). *N/ /*N MPI_ERR_UNKNOWN MPI_ERR_UNKNOWN - Unknown error. You should never see this. If you do, report diff --git a/mpi/MPI_appendix/MPI_Pack.txt b/mpi/MPI_appendix/MPI_Pack.txt index 4273582..b9e2673 100644 --- a/mpi/MPI_appendix/MPI_Pack.txt +++ b/mpi/MPI_appendix/MPI_Pack.txt @@ -45,7 +45,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Pack_size.txt b/mpi/MPI_appendix/MPI_Pack_size.txt index 2f8030a..e926c31 100644 --- a/mpi/MPI_appendix/MPI_Pack_size.txt +++ b/mpi/MPI_appendix/MPI_Pack_size.txt @@ -48,7 +48,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Probe.txt b/mpi/MPI_appendix/MPI_Probe.txt index 8091c89..2e3fd64 100644 --- a/mpi/MPI_appendix/MPI_Probe.txt +++ b/mpi/MPI_appendix/MPI_Probe.txt @@ -37,7 +37,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Recv.txt b/mpi/MPI_appendix/MPI_Recv.txt index 28f985d..3b1ade6 100644 --- a/mpi/MPI_appendix/MPI_Recv.txt +++ b/mpi/MPI_appendix/MPI_Recv.txt @@ -48,7 +48,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Recv_init.txt b/mpi/MPI_appendix/MPI_Recv_init.txt index eb3da88..1d0962b 100644 --- a/mpi/MPI_appendix/MPI_Recv_init.txt +++ b/mpi/MPI_appendix/MPI_Recv_init.txt @@ -43,7 +43,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Reduce.txt b/mpi/MPI_appendix/MPI_Reduce.txt index c2c8e7f..ad4d80a 100644 --- a/mpi/MPI_appendix/MPI_Reduce.txt +++ b/mpi/MPI_appendix/MPI_Reduce.txt @@ -59,7 +59,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS @@ -77,7 +77,7 @@ ERRORS - Invalid buffer pointer. Usually a null buffer where one is not valid. MPI_ERR_BUFFER - - This error class is associcated with an error code that indi- + - This error class is associated with an error code that indi- cates that two buffer arguments are aliased ; that is, the describe overlapping storage (often the exact same storage). This is prohibited in MPI (because it is prohibited by the For- diff --git a/mpi/MPI_appendix/MPI_Reduce_scatter.txt b/mpi/MPI_appendix/MPI_Reduce_scatter.txt index b1a5321..11fa7fe 100644 --- a/mpi/MPI_appendix/MPI_Reduce_scatter.txt +++ b/mpi/MPI_appendix/MPI_Reduce_scatter.txt @@ -57,7 +57,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS @@ -80,7 +80,7 @@ ERRORS or created with MPI_Op_create . MPI_ERR_BUFFER - - This error class is associcated with an error code that indi- + - This error class is associated with an error code that indi- cates that two buffer arguments are aliased ; that is, the describe overlapping storage (often the exact same storage). This is prohibited in MPI (because it is prohibited by the For- diff --git a/mpi/MPI_appendix/MPI_Request_c2f.txt b/mpi/MPI_appendix/MPI_Request_c2f.txt index 2938be7..2003c1c 100644 --- a/mpi/MPI_appendix/MPI_Request_c2f.txt +++ b/mpi/MPI_appendix/MPI_Request_c2f.txt @@ -26,7 +26,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Request_free.txt b/mpi/MPI_appendix/MPI_Request_free.txt index d5a0504..8a55235 100644 --- a/mpi/MPI_appendix/MPI_Request_free.txt +++ b/mpi/MPI_appendix/MPI_Request_free.txt @@ -42,7 +42,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Rsend.txt b/mpi/MPI_appendix/MPI_Rsend.txt index 4505256..cb48b42 100644 --- a/mpi/MPI_appendix/MPI_Rsend.txt +++ b/mpi/MPI_appendix/MPI_Rsend.txt @@ -38,7 +38,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Rsend_init.txt b/mpi/MPI_appendix/MPI_Rsend_init.txt index b1828ea..a8144ab 100644 --- a/mpi/MPI_appendix/MPI_Rsend_init.txt +++ b/mpi/MPI_appendix/MPI_Rsend_init.txt @@ -43,7 +43,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Scan.txt b/mpi/MPI_appendix/MPI_Scan.txt index 58adc5e..393a8cb 100644 --- a/mpi/MPI_appendix/MPI_Scan.txt +++ b/mpi/MPI_appendix/MPI_Scan.txt @@ -55,7 +55,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS @@ -73,7 +73,7 @@ ERRORS - Invalid buffer pointer. Usually a null buffer where one is not valid. MPI_ERR_BUFFER - - This error class is associcated with an error code that indi- + - This error class is associated with an error code that indi- cates that two buffer arguments are aliased ; that is, the describe overlapping storage (often the exact same storage). This is prohibited in MPI (because it is prohibited by the For- diff --git a/mpi/MPI_appendix/MPI_Scatter.txt b/mpi/MPI_appendix/MPI_Scatter.txt index 751fa0a..8230bc4 100644 --- a/mpi/MPI_appendix/MPI_Scatter.txt +++ b/mpi/MPI_appendix/MPI_Scatter.txt @@ -57,7 +57,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Scatterv.txt b/mpi/MPI_appendix/MPI_Scatterv.txt index 6b30e55..b3b5166 100644 --- a/mpi/MPI_appendix/MPI_Scatterv.txt +++ b/mpi/MPI_appendix/MPI_Scatterv.txt @@ -61,7 +61,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Send.txt b/mpi/MPI_appendix/MPI_Send.txt index 577011c..df9832c 100644 --- a/mpi/MPI_appendix/MPI_Send.txt +++ b/mpi/MPI_appendix/MPI_Send.txt @@ -42,7 +42,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Send_init.txt b/mpi/MPI_appendix/MPI_Send_init.txt index 3cb4d16..5efa6cb 100644 --- a/mpi/MPI_appendix/MPI_Send_init.txt +++ b/mpi/MPI_appendix/MPI_Send_init.txt @@ -40,7 +40,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Sendrecv.txt b/mpi/MPI_appendix/MPI_Sendrecv.txt index d97205a..597ea22 100644 --- a/mpi/MPI_appendix/MPI_Sendrecv.txt +++ b/mpi/MPI_appendix/MPI_Sendrecv.txt @@ -55,7 +55,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Sendrecv_replace.txt b/mpi/MPI_appendix/MPI_Sendrecv_replace.txt index 7fa96df..85201c6 100644 --- a/mpi/MPI_appendix/MPI_Sendrecv_replace.txt +++ b/mpi/MPI_appendix/MPI_Sendrecv_replace.txt @@ -47,7 +47,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Ssend.txt b/mpi/MPI_appendix/MPI_Ssend.txt index 18f911e..9d51fa6 100644 --- a/mpi/MPI_appendix/MPI_Ssend.txt +++ b/mpi/MPI_appendix/MPI_Ssend.txt @@ -38,7 +38,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Ssend_init.txt b/mpi/MPI_appendix/MPI_Ssend_init.txt index 362c293..30c2864 100644 --- a/mpi/MPI_appendix/MPI_Ssend_init.txt +++ b/mpi/MPI_appendix/MPI_Ssend_init.txt @@ -43,7 +43,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Start.txt b/mpi/MPI_appendix/MPI_Start.txt index b1abe69..e9f7f63 100644 --- a/mpi/MPI_appendix/MPI_Start.txt +++ b/mpi/MPI_appendix/MPI_Start.txt @@ -33,7 +33,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Status_c2f.txt b/mpi/MPI_appendix/MPI_Status_c2f.txt index b9dde1e..2e7936f 100644 --- a/mpi/MPI_appendix/MPI_Status_c2f.txt +++ b/mpi/MPI_appendix/MPI_Status_c2f.txt @@ -25,7 +25,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Status_set_cancelled.txt b/mpi/MPI_appendix/MPI_Status_set_cancelled.txt index d829afc..da36cab 100644 --- a/mpi/MPI_appendix/MPI_Status_set_cancelled.txt +++ b/mpi/MPI_appendix/MPI_Status_set_cancelled.txt @@ -33,7 +33,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Test.txt b/mpi/MPI_appendix/MPI_Test.txt index 7d168fb..a7d6671 100644 --- a/mpi/MPI_appendix/MPI_Test.txt +++ b/mpi/MPI_appendix/MPI_Test.txt @@ -47,7 +47,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Testall.txt b/mpi/MPI_appendix/MPI_Testall.txt index d7f4c8a..d4c7726 100644 --- a/mpi/MPI_appendix/MPI_Testall.txt +++ b/mpi/MPI_appendix/MPI_Testall.txt @@ -58,7 +58,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS @@ -82,7 +82,7 @@ ERRORS pleted. In most cases, only one request with an error will be detected in each call to an MPI routine that tests multiple requests. The requests that have not been processed (because an - error occured in one of the requests) will have their MPI_ERROR + error occurred in one of the requests) will have their MPI_ERROR field marked with MPI_ERR_PENDING . diff --git a/mpi/MPI_appendix/MPI_Testany.txt b/mpi/MPI_appendix/MPI_Testany.txt index 27d6f9a..2fc2b5a 100644 --- a/mpi/MPI_appendix/MPI_Testany.txt +++ b/mpi/MPI_appendix/MPI_Testany.txt @@ -3,7 +3,7 @@ MPI_Testany(3) MPI MPI_Testany(3) NAME - MPI_Testany - Tests for completion of any previdously initiated com- + MPI_Testany - Tests for completion of any previously initiated com- munication SYNOPSIS @@ -52,7 +52,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Testsome.txt b/mpi/MPI_appendix/MPI_Testsome.txt index 63de8c6..e92b4f7 100644 --- a/mpi/MPI_appendix/MPI_Testsome.txt +++ b/mpi/MPI_appendix/MPI_Testsome.txt @@ -57,7 +57,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS @@ -81,7 +81,7 @@ ERRORS pleted. In most cases, only one request with an error will be detected in each call to an MPI routine that tests multiple requests. The requests that have not been processed (because an - error occured in one of the requests) will have their MPI_ERROR + error occurred in one of the requests) will have their MPI_ERROR field marked with MPI_ERR_PENDING . diff --git a/mpi/MPI_appendix/MPI_Topo_test.txt b/mpi/MPI_appendix/MPI_Topo_test.txt index 0de46a4..9516a4f 100644 --- a/mpi/MPI_appendix/MPI_Topo_test.txt +++ b/mpi/MPI_appendix/MPI_Topo_test.txt @@ -37,7 +37,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Type_commit.txt b/mpi/MPI_appendix/MPI_Type_commit.txt index aa1df4d..8096d57 100644 --- a/mpi/MPI_appendix/MPI_Type_commit.txt +++ b/mpi/MPI_appendix/MPI_Type_commit.txt @@ -32,7 +32,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Type_contiguous.txt b/mpi/MPI_appendix/MPI_Type_contiguous.txt index cd81816..289f8a1 100644 --- a/mpi/MPI_appendix/MPI_Type_contiguous.txt +++ b/mpi/MPI_appendix/MPI_Type_contiguous.txt @@ -41,7 +41,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Type_create_indexed_block.txt b/mpi/MPI_appendix/MPI_Type_create_indexed_block.txt index 4c6c590..2ba2f85 100644 --- a/mpi/MPI_appendix/MPI_Type_create_indexed_block.txt +++ b/mpi/MPI_appendix/MPI_Type_create_indexed_block.txt @@ -70,7 +70,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_ERR_COUNT diff --git a/mpi/MPI_appendix/MPI_Type_extent.txt b/mpi/MPI_appendix/MPI_Type_extent.txt index 9605c3a..d56e88e 100644 --- a/mpi/MPI_appendix/MPI_Type_extent.txt +++ b/mpi/MPI_appendix/MPI_Type_extent.txt @@ -36,7 +36,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Type_free.txt b/mpi/MPI_appendix/MPI_Type_free.txt index 837150a..c9c8982 100644 --- a/mpi/MPI_appendix/MPI_Type_free.txt +++ b/mpi/MPI_appendix/MPI_Type_free.txt @@ -42,7 +42,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Type_hindexed.txt b/mpi/MPI_appendix/MPI_Type_hindexed.txt index d6b26d5..be16d8e 100644 --- a/mpi/MPI_appendix/MPI_Type_hindexed.txt +++ b/mpi/MPI_appendix/MPI_Type_hindexed.txt @@ -52,7 +52,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Type_hvector.txt b/mpi/MPI_appendix/MPI_Type_hvector.txt index 9137795..518b41a 100644 --- a/mpi/MPI_appendix/MPI_Type_hvector.txt +++ b/mpi/MPI_appendix/MPI_Type_hvector.txt @@ -47,7 +47,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Type_indexed.txt b/mpi/MPI_appendix/MPI_Type_indexed.txt index 0a8c345..cc20c5d 100644 --- a/mpi/MPI_appendix/MPI_Type_indexed.txt +++ b/mpi/MPI_appendix/MPI_Type_indexed.txt @@ -71,7 +71,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_ERR_COUNT diff --git a/mpi/MPI_appendix/MPI_Type_lb.txt b/mpi/MPI_appendix/MPI_Type_lb.txt index 664970f..7ab60ab 100644 --- a/mpi/MPI_appendix/MPI_Type_lb.txt +++ b/mpi/MPI_appendix/MPI_Type_lb.txt @@ -37,7 +37,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Type_size.txt b/mpi/MPI_appendix/MPI_Type_size.txt index 97f98c6..d38a364 100644 --- a/mpi/MPI_appendix/MPI_Type_size.txt +++ b/mpi/MPI_appendix/MPI_Type_size.txt @@ -37,7 +37,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Type_struct.txt b/mpi/MPI_appendix/MPI_Type_struct.txt index 96d2fe7..7c319e1 100644 --- a/mpi/MPI_appendix/MPI_Type_struct.txt +++ b/mpi/MPI_appendix/MPI_Type_struct.txt @@ -88,7 +88,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Type_ub.txt b/mpi/MPI_appendix/MPI_Type_ub.txt index 5efdccb..87f787d 100644 --- a/mpi/MPI_appendix/MPI_Type_ub.txt +++ b/mpi/MPI_appendix/MPI_Type_ub.txt @@ -37,7 +37,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Unpack.txt b/mpi/MPI_appendix/MPI_Unpack.txt index afa3f28..9fd71b1 100644 --- a/mpi/MPI_appendix/MPI_Unpack.txt +++ b/mpi/MPI_appendix/MPI_Unpack.txt @@ -45,7 +45,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_User_function.txt b/mpi/MPI_appendix/MPI_User_function.txt index 34e6809..04dd090 100644 --- a/mpi/MPI_appendix/MPI_User_function.txt +++ b/mpi/MPI_appendix/MPI_User_function.txt @@ -9,7 +9,7 @@ DATA TYPES Note that the Fortran types should only be used in Fortran programs, and the C types should only be used in C programs. For example, it is in error to use MPI_INT for a Fortran INTEGER. Datatypes are of type - MPI_Datatype in C and of tyep INTEGER in Fortran. + MPI_Datatype in C and of type INTEGER in Fortran. C DATATYPES @@ -155,7 +155,7 @@ COLLECTIVE OPERATIONS MPI_MAX - return the maximum MPI_MIN - - return the minumum + - return the minimum MPI_SUM - return the sum MPI_PROD diff --git a/mpi/MPI_appendix/MPI_Wait.txt b/mpi/MPI_appendix/MPI_Wait.txt index df653e7..e5e5b6f 100644 --- a/mpi/MPI_appendix/MPI_Wait.txt +++ b/mpi/MPI_appendix/MPI_Wait.txt @@ -45,7 +45,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Waitall.txt b/mpi/MPI_appendix/MPI_Waitall.txt index c568737..5a43399 100644 --- a/mpi/MPI_appendix/MPI_Waitall.txt +++ b/mpi/MPI_appendix/MPI_Waitall.txt @@ -49,7 +49,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS @@ -79,7 +79,7 @@ ERRORS pleted. In most cases, only one request with an error will be detected in each call to an MPI routine that tests multiple requests. The requests that have not been processed (because an - error occured in one of the requests) will have their MPI_ERROR + error occurred in one of the requests) will have their MPI_ERROR field marked with MPI_ERR_PENDING . MPI_ERR_PENDING diff --git a/mpi/MPI_appendix/MPI_Waitany.txt b/mpi/MPI_appendix/MPI_Waitany.txt index 03ddd11..5d2f1e1 100644 --- a/mpi/MPI_appendix/MPI_Waitany.txt +++ b/mpi/MPI_appendix/MPI_Waitany.txt @@ -56,7 +56,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS diff --git a/mpi/MPI_appendix/MPI_Waitsome.txt b/mpi/MPI_appendix/MPI_Waitsome.txt index 15602c7..d252245 100644 --- a/mpi/MPI_appendix/MPI_Waitsome.txt +++ b/mpi/MPI_appendix/MPI_Waitsome.txt @@ -34,7 +34,7 @@ OUTPUT PARAMETERS NOTES - The array of indicies are in the range 0 to incount - 1 for C and in + The array of indices are in the range 0 to incount - 1 for C and in the range 1 to incount for Fortran. Null requests are ignored; if all requests are null, then the routine @@ -66,7 +66,7 @@ ERRORS handler is called. By default, this error handler aborts the MPI job. The error handler may be changed with MPI_Errhandler_set ; the prede- fined error handler MPI_ERRORS_RETURN may be used to cause error values - to be returned. Note that MPI does not guarentee that an MPI program + to be returned. Note that MPI does not guarantee that an MPI program can continue past an error. MPI_SUCCESS @@ -96,7 +96,7 @@ ERRORS pleted. In most cases, only one request with an error will be detected in each call to an MPI routine that tests multiple requests. The requests that have not been processed (because an - error occured in one of the requests) will have their MPI_ERROR + error occurred in one of the requests) will have their MPI_ERROR field marked with MPI_ERR_PENDING . diff --git a/mpi/blocking/MPI_Waitsome.txt b/mpi/blocking/MPI_Waitsome.txt index b017e25..c8fda9c 100644 --- a/mpi/blocking/MPI_Waitsome.txt +++ b/mpi/blocking/MPI_Waitsome.txt @@ -34,7 +34,7 @@ OUTPUT PARAMETERS NOTES - The array of indicies are in the range 0 to incount - 1 for C and in + The array of indices are in the range 0 to incount - 1 for C and in the range 1 to incount for Fortran. Null requests are ignored; if all requests are null, then the routine diff --git a/mpi/collective_comms/MPI_Allgather.txt b/mpi/collective_comms/MPI_Allgather.txt index 1fa9c0d..d17d06d 100644 --- a/mpi/collective_comms/MPI_Allgather.txt +++ b/mpi/collective_comms/MPI_Allgather.txt @@ -34,7 +34,7 @@ OUTPUT PARAMETER NOTES The MPI standard (1.0 and 1.1) says that - The jth block of data sent from each proess is received by every pro- + The jth block of data sent from each process is received by every pro- cess and placed in the jth block of the buffer recvbuf . diff --git a/mpi/collective_comms/MPI_Reduce.txt b/mpi/collective_comms/MPI_Reduce.txt index a0da636..28f25be 100644 --- a/mpi/collective_comms/MPI_Reduce.txt +++ b/mpi/collective_comms/MPI_Reduce.txt @@ -77,7 +77,7 @@ ERRORS - Invalid buffer pointer. Usually a null buffer where one is not valid. MPI_ERR_BUFFER - - This error class is assoicated with an error code that indi- + - This error class is associated with an error code that indi- cates that two buffer arguments are aliased ; that is, the describe overlapping storage (often the exact same storage). This is prohibited in MPI (because it is prohibited by the For- diff --git a/mpi/collective_comms/MPI_Reduce_scatter.txt b/mpi/collective_comms/MPI_Reduce_scatter.txt index d56a735..dd07286 100644 --- a/mpi/collective_comms/MPI_Reduce_scatter.txt +++ b/mpi/collective_comms/MPI_Reduce_scatter.txt @@ -80,7 +80,7 @@ ERRORS or created with MPI_Op_create . MPI_ERR_BUFFER - - This error class is assoicated with an error code that indi- + - This error class is associated with an error code that indi- cates that two buffer arguments are aliased ; that is, the describe overlapping storage (often the exact same storage). This is prohibited in MPI (because it is prohibited by the For- diff --git a/mpi/examples/batchscript.c b/mpi/examples/batchscript.c index 9786636..f7e6acb 100644 --- a/mpi/examples/batchscript.c +++ b/mpi/examples/batchscript.c @@ -15,7 +15,7 @@ ### Job commands start here ### Display some diagnostic information -echo '=====================JOB DIAGNOTICS========================' +echo '=====================JOB DIAGNOSTICS========================' date echo -n 'This machine is ';hostname echo -n 'My jobid is '; echo $SLURM_JOBID diff --git a/mpi/examples/mpi_bug6.c b/mpi/examples/mpi_bug6.c index ea0522d..c7265a1 100644 --- a/mpi/examples/mpi_bug6.c +++ b/mpi/examples/mpi_bug6.c @@ -4,7 +4,7 @@ * This program attempts to compare isend/irecv with send/irecv, but there is * a bug. Under AIX it will cause program failure. Intel Linux ignores it. * 4 tasks are required. -* AUTHOER: Blaise Barney +* AUTHOR: Blaise Barney * LAST REVISED: 04/13/05 ******************************************************************************/ #include "mpi.h" diff --git a/mpi/examples/mpi_bug7.c b/mpi/examples/mpi_bug7.c index 8e1b54c..5b2ebc8 100644 --- a/mpi/examples/mpi_bug7.c +++ b/mpi/examples/mpi_bug7.c @@ -2,7 +2,7 @@ * FILE: mpi_bug7.c * DESCRIPTION: * This program hangs. -* AUTHOER: Blaise Barney +* AUTHOR: Blaise Barney * LAST REVISED: 01/24/09 ******************************************************************************/ #include "mpi.h" diff --git a/mpi/examples/mpi_group.c b/mpi/examples/mpi_group.c index 859cb25..931c41c 100644 --- a/mpi/examples/mpi_group.c +++ b/mpi/examples/mpi_group.c @@ -40,7 +40,7 @@ else { MPI_Group_incl(orig_group, NPROCS/2, ranks2, &new_group); } -/* Create new new communicator and then perform collective communications */ +/* Create new communicator and then perform collective communications */ MPI_Comm_create(MPI_COMM_WORLD, new_group, &new_comm); MPI_Allreduce(&sendbuf, &recvbuf, 1, MPI_INT, MPI_SUM, new_comm); diff --git a/mpi/management_routines.md b/mpi/management_routines.md index 56d79d8..6229c07 100644 --- a/mpi/management_routines.md +++ b/mpi/management_routines.md @@ -79,7 +79,7 @@ else { MPI_Group_incl(orig_group, NPROCS/2, ranks2, &new_group); } -// create new new communicator and then perform collective communications +// create new communicator and then perform collective communications MPI_Comm_create(MPI_COMM_WORLD, new_group, &new_comm); MPI_Allreduce(&sendbuf, &recvbuf, 1, MPI_INT, MPI_SUM, new_comm); @@ -126,7 +126,7 @@ else call MPI_GROUP_INCL(orig_group, NPROCS/2, ranks2, new_group, ierr) endif -! create new new communicator and then perform collective communications +! create new communicator and then perform collective communications call MPI_COMM_CREATE(MPI_COMM_WORLD, new_group, new_comm, ierr) call MPI_ALLREDUCE(sendbuf, recvbuf, 1, MPI_INTEGER, MPI_SUM, new_comm, ierr) diff --git a/mpi/non_blocking.md b/mpi/non_blocking.md index ff62c00..ff627ee 100644 --- a/mpi/non_blocking.md +++ b/mpi/non_blocking.md @@ -18,7 +18,7 @@ MPI_ISEND (buf,count,datatype,dest,tag,comm,request,ierr) #### [MPI_Irecv](non_blocking/MPI_Irecv.txt) -Identifies an area in memory to serve as a receive buffer. Processing continues immediately without actually waiting for the message to be received and copied into the the application buffer. A communication request handle is returned for handling the pending message status. The program must use calls to MPI_Wait or MPI_Test to determine when the non-blocking receive operation completes and the requested message is available in the application buffer. +Identifies an area in memory to serve as a receive buffer. Processing continues immediately without actually waiting for the message to be received and copied into the application buffer. A communication request handle is returned for handling the pending message status. The program must use calls to MPI_Wait or MPI_Test to determine when the non-blocking receive operation completes and the requested message is available in the application buffer. ``` MPI_Irecv (&buf,count,datatype,source,tag,comm,&request) diff --git a/mpi/routine_args.md b/mpi/routine_args.md index 7899ee4..1c7dcd9 100644 --- a/mpi/routine_args.md +++ b/mpi/routine_args.md @@ -43,7 +43,7 @@ Arbitrary non-negative integer assigned by the programmer to uniquely identify a Indicates the communication context, or set of processes for which the source or destination fields are valid. Unless the programmer is explicitly creating new communicators, the predefined communicator MPI_COMM_WORLD is usually used. ### Status -For a receive operation, indicates the source of the message and the tag of the message. In C, this argument is a pointer to a predefined structure MPI_Status (ex. stat.MPI_SOURCE stat.MPI_TAG). In Fortran, it is an integer array of size MPI_STATUS_SIZE (ex. stat(MPI_SOURCE) stat(MPI_TAG)). Additionally, the actual number of bytes received is obtainable from Status via the MPI_Get_count routine. The constants MPI_STATUS_IGNORE and MPI_STATUSES_IGNORE can be substituted if a message's source, tag or size will be be queried later. +For a receive operation, indicates the source of the message and the tag of the message. In C, this argument is a pointer to a predefined structure MPI_Status (ex. stat.MPI_SOURCE stat.MPI_TAG). In Fortran, it is an integer array of size MPI_STATUS_SIZE (ex. stat(MPI_SOURCE) stat(MPI_TAG)). Additionally, the actual number of bytes received is obtainable from Status via the MPI_Get_count routine. The constants MPI_STATUS_IGNORE and MPI_STATUSES_IGNORE can be substituted if a message's source, tag or size will be queried later. ### Request Used by non-blocking send and receive operations. Since non-blocking operations may return before the requested system buffer space is obtained, the system issues a unique "request number". The programmer uses this system assigned "handle" later (in a WAIT type routine) to determine completion of the non-blocking operation. In C, this argument is a pointer to a predefined structure MPI_Request. In Fortran, it is an integer. diff --git a/mpi/what_is_mpi.md b/mpi/what_is_mpi.md index fd7f0e5..ce7132a 100644 --- a/mpi/what_is_mpi.md +++ b/mpi/what_is_mpi.md @@ -55,7 +55,7 @@ All parallelism is explicit: the programmer is responsible for correctly identif - **Standardization** - MPI is the only message passing library that can be considered "standard" for HPC. It is supported on virtually all HPC platforms. - **Portability** - There should be little or no need to modify your source code when you port your application to a different platform that supports (and is compliant with) the MPI standard. -- **Performance Opportunities** - Vendor implementations should be able to exploit native hardware features to optimize performance for venodr-specific hardware, such as interconnects, RMA, etc. Any implementation is free to develop optimized algorithms. +- **Performance Opportunities** - Vendor implementations should be able to exploit native hardware features to optimize performance for vendor-specific hardware, such as interconnects, RMA, etc. Any implementation is free to develop optimized algorithms. - **Functionality** - There are over 430 routines defined in MPI-4. - NOTE: Most MPI programs can be written using a dozen or less routines - **Availability** - A variety of implementations are available, both vendor and public domain. diff --git a/openmp/api_overview.md b/openmp/api_overview.md index 6f1fd45..c57cc7e 100644 --- a/openmp/api_overview.md +++ b/openmp/api_overview.md @@ -111,7 +111,7 @@ OpenMP provides several environment variables for controlling the execution of p These environment variables can be used to control such things as: * Setting the number of threads -* Specifying how loop interations are divided +* Specifying how loop iterations are divided * Binding threads to processors * Enabling/disabling nested parallelism; setting the maximum levels of nested parallelism * Enabling/disabling dynamic threads diff --git a/openmp/do_for_directive.md b/openmp/do_for_directive.md index d7bb01b..6b90917 100644 --- a/openmp/do_for_directive.md +++ b/openmp/do_for_directive.md @@ -100,7 +100,7 @@ Program correctness must not depend upon which thread executes a particular iter It is illegal to branch (goto) out of a loop associated with a DO/for directive. -The chunk size must be specified as a loop invarient integer expression, as there is no synchronization during its evaluation by different threads. +The chunk size must be specified as a loop invariant integer expression, as there is no synchronization during its evaluation by different threads. ORDERED, COLLAPSE and SCHEDULE clauses may appear once each. diff --git a/openmp/exercise2.md b/openmp/exercise2.md index 387644c..0cc4db5 100644 --- a/openmp/exercise2.md +++ b/openmp/exercise2.md @@ -40,7 +40,7 @@ This example demonstrates use of the OpenMP loop work-sharing construct. Notice 3. Review the output. Note that it is piped through the sort utility. This will make it easier to view how loop iterations were actually scheduled across the team of threads. -4. Run the program a couple more times and review the output. What do you see? Typically, dynamic scheduling is not deterministic. Everytime you run the program, different threads can run different chunks of work. It is even possible that a thread might not do any work because another thread is quicker and takes more work. In fact, it might be possible for one thread to do all of the work. +4. Run the program a couple more times and review the output. What do you see? Typically, dynamic scheduling is not deterministic. Every time you run the program, different threads can run different chunks of work. It is even possible that a thread might not do any work because another thread is quicker and takes more work. In fact, it might be possible for one thread to do all of the work. 5. Edit the `workshare1.*` source file and change the dynamic scheduling to static scheduling. diff --git a/openmp/exercise3.md b/openmp/exercise3.md index fb01ad8..1c56ff5 100644 --- a/openmp/exercise3.md +++ b/openmp/exercise3.md @@ -87,7 +87,7 @@ The buggy behavior will differ for each example. Some hints are provided below.