From 435a164f227e5812cad76fe5b8c79cf07053bc32 Mon Sep 17 00:00:00 2001 From: noah Date: Wed, 7 Sep 2022 14:36:39 -0500 Subject: [PATCH] Init Research repo with few Pub submodules added --- .gitmodules | 9 +++++++++ Publications/AG-CG-MPI-Tasking_Paper | 1 + Publications/Checkpoint-Restart_SuperCheck22 | 1 + Publications/MSThesis | 1 + README.md | 3 +++ 5 files changed, 15 insertions(+) create mode 100644 .gitmodules create mode 160000 Publications/AG-CG-MPI-Tasking_Paper create mode 160000 Publications/Checkpoint-Restart_SuperCheck22 create mode 160000 Publications/MSThesis create mode 100644 README.md diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4b05d87 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "Publications/MSThesis"] + path = Publications/MSThesis + url = https://git.theschricks.com/noah/MSThesis +[submodule "Publications/Checkpoint-Restart_SuperCheck22"] + path = Publications/Checkpoint-Restart_SuperCheck22 + url = https://git.theschricks.com/noah/Checkpoint-Restart_SuperCheck22 +[submodule "Publications/AG-CG-MPI-Tasking_Paper"] + path = Publications/AG-CG-MPI-Tasking_Paper + url = https://git.theschricks.com/noah/AG-CG-MPI-Tasking_Paper diff --git a/Publications/AG-CG-MPI-Tasking_Paper b/Publications/AG-CG-MPI-Tasking_Paper new file mode 160000 index 0000000..fdd364d --- /dev/null +++ b/Publications/AG-CG-MPI-Tasking_Paper @@ -0,0 +1 @@ +Subproject commit fdd364dc0a5d46937674f02512e911b75762cb9d diff --git a/Publications/Checkpoint-Restart_SuperCheck22 b/Publications/Checkpoint-Restart_SuperCheck22 new file mode 160000 index 0000000..df44ccb --- /dev/null +++ b/Publications/Checkpoint-Restart_SuperCheck22 @@ -0,0 +1 @@ +Subproject commit df44ccbf7fecce0b5e7dcb0f69fe0d62c647fb8e diff --git a/Publications/MSThesis b/Publications/MSThesis new file mode 160000 index 0000000..a0681d0 --- /dev/null +++ b/Publications/MSThesis @@ -0,0 +1 @@ +Subproject commit a0681d004609a2aa37d6c3697a83935ff9e7f0e8 diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f9d30e --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +Publications folder - holds submodules for manuscripts that include tex and supporting files, along with data + +Projects folder - holds project code