Add PMIx plugin

Proof of concept for now.
This commit is contained in:
Dennis Klein
2019-02-01 16:10:33 +01:00
committed by Dennis Klein
parent c0771c81d6
commit 1191c3cda5
7 changed files with 234 additions and 1 deletions

View File

@@ -12,6 +12,9 @@
if(BUILD_DDS_PLUGIN)
add_subdirectory(plugins/DDS)
endif()
if(BUILD_PMIX_PLUGIN)
add_subdirectory(plugins/PMIx)
endif()
############################