From c598252decdc0588e2c8d750137fc839445c231d Mon Sep 17 00:00:00 2001 From: ct-clmsn Date: Thu, 21 Apr 2022 22:26:55 -0400 Subject: [PATCH] PR for ste||ar-hpx package (#2209) * added nofi package * updated license name * resolved conflict * initial import openshmem * rm'd nofi references * initial import Co-authored-by: ctaylor Co-authored-by: Chris Taylor --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index d9d9cf0..5cec0f1 100644 --- a/packages.json +++ b/packages.json @@ -25893,5 +25893,20 @@ "description": "Syntax sugar which helps to define C++ classes from Nim.", "license": "MIT", "web": "https://github.com/sls1005/NimCPPClass" + }, + { + "name": "hpx", + "url": "https://github.com/ct-clmsn/nim-hpx/", + "method": "git", + "tags": [ + "hpc", + "supercomputing", + "distributed-computing", + "ste||ar-hpx", + "hpx" + ], + "description": "Nim wrapper for STE||AR HPX, a high performance computing (HPC), distributed memory runtime system, providing parallelism and asynchronous global address space support.", + "license": "boost", + "web": "https://github.com/ct-clmsn/nim-hpx/" } ]