From 6c9b8e285040e8d364d957e597cb8190adababa4 Mon Sep 17 00:00:00 2001 From: Guido Cossu Date: Wed, 21 Mar 2018 10:28:39 +0000 Subject: [PATCH] Small fix --- _pages/docs/comm_interfaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/docs/comm_interfaces.md b/_pages/docs/comm_interfaces.md index 2723d803..234d3acc 100644 --- a/_pages/docs/comm_interfaces.md +++ b/_pages/docs/comm_interfaces.md @@ -26,7 +26,7 @@ For the MPI interfaces the optional `-auto` suffix instructs the `configure` scr | ------------- | ----------------------------------------------------------------- | | `shmnone` | uses anonymous spaces, use only for 1 MPI rank per node | | `shmopen` | uses `shm_open` to allocate a shared memory space for inter socket communications. It used a unique file name in `/dev/shm` associated to the user. | -| `hugetlb` | optional [libhugetlbfs](https://github.com/libhugetlbfs/libhugetlbfs) support to map the shared memory allocation into huge 2M pages | +| `hugetlbfs` | optional [libhugetlbfs](https://github.com/libhugetlbfs/libhugetlbfs) support to map the shared memory allocation into huge 2M pages | {% include paginator.html %} \ No newline at end of file