Skip to content

Commit dd62004

Browse files
authored
Merge pull request #4925 from jsquyres/pr/mpool-memkind-typo-fix
mpool/memkind: fix typo in partition page sizes
2 parents 9eb426e + cc4bb43 commit dd62004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opal/mca/mpool/memkind/mpool_memkind_module.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* University of Stuttgart. All rights reserved.
1111
* Copyright (c) 2004-2005 The Regents of the University of California.
1212
* All rights reserved.
13-
* Copyright (c) 2009-2012 Cisco Systems, Inc. All rights reserved.
13+
* Copyright (c) 2009-2018 Cisco Systems, Inc. All rights reserved.
1414
* Copyright (c) 2011-2015 Los Alamos National Security, LLC. All rights
1515
* reserved.
1616
* Copyright (c) 2011-2014 NVIDIA Corporation. All rights reserved.
@@ -30,7 +30,7 @@
3030
#include "opal/mca/mpool/base/base.h"
3131

3232
size_t partition_page_sizes[MEMKIND_NUM_BASE_KIND] = {
33-
4096, 4069, 2097152, 4096, 2097152, 2097152,
33+
4096, 4096, 2097152, 4096, 2097152, 2097152,
3434
1073741824, 1073741824, 1073741824, 4096, 4096,
3535
};
3636

0 commit comments

Comments
 (0)