From 3ec03e1a723f3022e60d5a90c112db8d15f4c824 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 24 Feb 2022 07:32:09 -0500 Subject: [PATCH] add example config for new opal.asyncip format --- etc/examples/formats/opal-asyncip.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 etc/examples/formats/opal-asyncip.conf diff --git a/etc/examples/formats/opal-asyncip.conf b/etc/examples/formats/opal-asyncip.conf new file mode 100644 index 000000000..e9739b9c4 --- /dev/null +++ b/etc/examples/formats/opal-asyncip.conf @@ -0,0 +1,12 @@ +nodes = { + node = { + type = "file" + uri = "/dev/null" + + format = { + type = "opal-asyncip" + + dev_id = 99 + } + } +}