From 244fb760022823361e4250c59ca8b8395eb5bc7e Mon Sep 17 00:00:00 2001 From: Terry Dontje Date: Fri, 2 Feb 2007 12:48:26 +0000 Subject: [PATCH] This commit fixes trac:856. This commit was SVN r13464. The following Trac tickets were found above: Ticket 856 --> https://svn.open-mpi.org/trac/ompi/ticket/856 --- ompi/mpi/man/man3/MPI_Alloc_mem.3 | 2 -- 1 file changed, 2 deletions(-) diff --git a/ompi/mpi/man/man3/MPI_Alloc_mem.3 b/ompi/mpi/man/man3/MPI_Alloc_mem.3 index 7b53c0d24c..8b9f4977f1 100644 --- a/ompi/mpi/man/man3/MPI_Alloc_mem.3 +++ b/ompi/mpi/man/man3/MPI_Alloc_mem.3 @@ -47,8 +47,6 @@ Fortran only: Error status (integer). MPI_Alloc_mem allocates \fIsize\fP bytes of memory. The starting address of this memory is returned in the variable \fIbase\fP. .sp -Memory allocated by MPI_Alloc_mem is -guaranteed to be aligned on natural boundaries (page frames). .SH FORTRAN NOTES .ft R