From 08ff0551d2c6368e325dbfc30e0a26887064a2b2 Mon Sep 17 00:00:00 2001 From: Vinicius Molina Date: Sat, 8 Dec 2018 11:43:55 -0200 Subject: [PATCH 1/2] release 0.0.1 --- .gitmodules | 3 +++ archScript.sh | 0 autoDownload.sh | 0 mirrorlist | 0 pacman.conf | 0 programs/nvim | 1 + 6 files changed, 4 insertions(+) create mode 100644 .gitmodules mode change 100644 => 100755 archScript.sh mode change 100644 => 100755 autoDownload.sh mode change 100644 => 100755 mirrorlist mode change 100644 => 100755 pacman.conf create mode 160000 programs/nvim diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e532b10 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "programs/nvim"] + path = programs/nvim + url = https://github.com/Fukushia/neoVim-configs diff --git a/archScript.sh b/archScript.sh old mode 100644 new mode 100755 diff --git a/autoDownload.sh b/autoDownload.sh old mode 100644 new mode 100755 diff --git a/mirrorlist b/mirrorlist old mode 100644 new mode 100755 diff --git a/pacman.conf b/pacman.conf old mode 100644 new mode 100755 diff --git a/programs/nvim b/programs/nvim new file mode 160000 index 0000000..db05957 --- /dev/null +++ b/programs/nvim @@ -0,0 +1 @@ +Subproject commit db05957cfbbc93e2b3358492c832af049577a9fb From 5977f9646fb808f5467f138a6d44ab62583346c2 Mon Sep 17 00:00:00 2001 From: Vinicius <35617139+Fukushia@users.noreply.github.com> Date: Sat, 8 Dec 2018 11:48:36 -0200 Subject: [PATCH 2/2] update README --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index fc070b1..0e221e4 100644 --- a/README.md +++ b/README.md @@ -3,18 +3,9 @@ A Shell Script for creating a headnode and slaves in a beowulf cluster ## How to use it -(Optional) Run autoDownload for save the download to the equivalent every time to install a new node +Create a pkg directory and run autoDownload for save the download to the equivalent every time to install a new node -Create a folder named programs, and download the mpich, hydra and primeCount (do not unpack) - -Download Urls: - -mpich and hydra: https://www.mpich.org/downloads/ - -primeCount: https://github.com/kimwalisch/primecount/releases - - -Finaly, run the archScript.sh with the desired options +Run the archScript.sh with the desired options ### Most used Options --headnode # For instaling the headnode