From 842805fe68148d0b62fdfc7fa318cf348c76c4e8 Mon Sep 17 00:00:00 2001 From: Olli Saarikivi Date: Thu, 19 Oct 2023 20:44:34 +0000 Subject: [PATCH] Improve devcontainer --- .devcontainer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.devcontainer.json b/.devcontainer.json index 0f23222d..83afd5d9 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -11,5 +11,9 @@ "vscode": { "extensions": ["ms-vscode.cmake-tools"] } + }, + "remoteEnv": { + "OMPI_ALLOW_RUN_AS_ROOT": "1", + "OMPI_ALLOW_RUN_AS_ROOT_CONFIRM": "1" } }