From 1fe5e05017cecf9b6fd8deeb8163d8f8d8063819 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 29 Jul 2024 11:38:15 -0300 Subject: [PATCH] vault backup: 2024-07-29 11:38:15 --- .obsidian/daily-notes.json | 3 +++ .obsidian/workspace.json | 32 ++++++++------------------ Calendar/2024-07-29 DevOps Meeting.md | 19 +++++++++++++++ 3 files changed, 32 insertions(+), 22 deletions(-) create mode 100644 .obsidian/daily-notes.json create mode 100644 Calendar/2024-07-29 DevOps Meeting.md diff --git a/.obsidian/daily-notes.json b/.obsidian/daily-notes.json new file mode 100644 index 0000000..4b0c2ee --- /dev/null +++ b/.obsidian/daily-notes.json @@ -0,0 +1,3 @@ +{ + "folder": "Worklogs" +} \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index c1c8861..41952d4 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -28,31 +28,19 @@ } }, { - "id": "1d01cbb8a76aa34a", + "id": "6fb6a744e2645247", "type": "leaf", "state": { "type": "markdown", "state": { - "file": "Kanban Pages/HelyxVerify.md", - "mode": "source", - "source": false - } - } - }, - { - "id": "7ed6e378468e643d", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "Calendar/2024-07-26 GUI testing.md", + "file": "Calendar/2024-07-29 DevOps Meeting.md", "mode": "source", "source": false } } } ], - "currentTab": 2 + "currentTab": 1 } ], "direction": "vertical" @@ -118,7 +106,7 @@ "state": { "type": "backlink", "state": { - "file": "Calendar/2024-07-26 GUI testing.md", + "file": "Calendar/2024-07-29 DevOps Meeting.md", "collapseAll": true, "extraContext": false, "sortOrder": "alphabetical", @@ -135,7 +123,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Calendar/2024-07-26 GUI testing.md", + "file": "Calendar/2024-07-29 DevOps Meeting.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -158,7 +146,7 @@ "state": { "type": "outline", "state": { - "file": "Calendar/2024-07-26 GUI testing.md" + "file": "Calendar/2024-07-29 DevOps Meeting.md" } } } @@ -180,11 +168,13 @@ "obsidian-full-calendar:Open Full Calendar": false } }, - "active": "7ed6e378468e643d", + "active": "6fb6a744e2645247", "lastOpenFiles": [ + "2024-07-29.md", + "Calendar/2024-07-29 DevOps Meeting.md", + "Kanban Pages/Work Kanban.md", "Kanban Pages/HelyxVerify.md", "Calendar/2024-07-26 GUI testing.md", - "Kanban Pages/Work Kanban.md", "Calendar/2024-07-18 Processes.md", "Calendar/2024-07-19 Core Foundation - Testing.md", "Meetings/QA/2024-07-01.md", @@ -211,8 +201,6 @@ "Windows Compilation.md", "Kanban Pages", "Processes.md", - "Worklogs/2023-07-31.md", - "2024-06-20.md", "Worklogs" ] } \ No newline at end of file diff --git a/Calendar/2024-07-29 DevOps Meeting.md b/Calendar/2024-07-29 DevOps Meeting.md new file mode 100644 index 0000000..a67e1f7 --- /dev/null +++ b/Calendar/2024-07-29 DevOps Meeting.md @@ -0,0 +1,19 @@ +--- +title: DevOps +allDay: true +date: 2024-07-29 +completed: null +--- +- Scotch seems to work fine on Alpine things, so we need to tell them. + - Need to review 3rdparty build. + - Find the commit that fix the issue? + - Just to prove that we know what it went wrong. + - We can check versions, not commits; Georgios will need to figure out which commit in that version is the fix. +- Intel MPI proved to be faster + - Maybe update OpenMPI? + - Maybe enable Infiniband on builds? + - Infiniband may be the reason people compile the code, so enabling it may help people *not* needing to compile. +- QA + - Waiting for changelog on the changes in the macrolanguage + - End date for those changes to change. + - Meeting tomorrow with Felipe. \ No newline at end of file