From 9ed5d8ab2db33fa86112eeba2b4ee9a3e1e18a40 Mon Sep 17 00:00:00 2001 From: ct-clmsn Date: Wed, 9 Mar 2022 21:54:55 -0500 Subject: [PATCH] initial import of openshmem bindings (#2170) * added nofi package * updated license name * resolved conflict * initial import openshmem * rm'd nofi references Co-authored-by: ctaylor Co-authored-by: Chris Taylor --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 7e89936..9420019 100644 --- a/packages.json +++ b/packages.json @@ -25414,5 +25414,19 @@ "description": "Dependency-free, cross-platform and small logging library for Nim, with a simple and comfortable API", "license": "Zlib", "web": "https://github.com/Miqueas/Logit" + }, + { + "name": "sos", + "url": "https://github.com/ct-clmsn/nim-sos/", + "method": "git", + "tags": [ + "hpc", + "supercomputing", + "distributed-computing", + "openshmem" + ], + "description": "Nim wrapper for Sandia OpenSHMEM, a high performance computing (HPC), distributed shared symmetric memory library", + "license": "boost", + "web": "https://github.com/ct-clmsn/nim-sos/" } ]