File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 284
284
285
285
/* For MPI removed APIs, there is no generally portable way to cause
286
286
* the C compiler to error with a nice message, on the _usage_ of
287
- * one of these symbols. We've gone with tiered appraoch :
287
+ * one of these symbols. We've gone with tiered approach :
288
288
*
289
289
* If the user configured with --enable-mpi1-compatibility,
290
290
* just emit a compiletime warning (via the deprecation function
294
294
* that they've used an MPI1 removed function. If the user's
295
295
* compiler supports C11 _Static_assert feature, we #define
296
296
* the MPI routines to instead be a call to _Static_assert
297
- * with an appropreate message suggesting the new MPI3 equivalent.
297
+ * with an appropriate message suggesting the new MPI3 equivalent.
298
298
*
299
299
* Otherwise, if the user's compiler supports the error function
300
300
* attribute, define the MPI routines with that error attribute.
354
354
#endif
355
355
356
356
/*
357
- * To accomodate programs written for MPI implementations that use a
357
+ * To accommodate programs written for MPI implementations that use a
358
358
* straight ROMIO import
359
359
*/
360
360
#if !OMPI_BUILDING
You can’t perform that action at this time.
0 commit comments