From 3bf874cce107eadd76f1b5800610a54dc6499500 Mon Sep 17 00:00:00 2001 From: "Kasper D. Fischer" Date: Tue, 27 Aug 2024 16:36:13 +0200 Subject: [PATCH] Add OpenMPI tools documentation to README The commit adds a new section to the README file, providing information about the OpenMPI tools available in the gridengine setup. It explains where to find the scripts and executables, how to build them using source code, and provides instructions for installation. The README also mentions reading the copyright and usage information in the source code's README file. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 05ada1a..27e0b0d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # gridengine Scripts and configuration files to manage the gridengine software running int the Geophysics cluster. + +## OpenMPI tools + +The OpenMPI scripts to test the OpenMPI functionality of the gridengine setup are located in the folder `local/examples/jobs`. These scripts require the executables binaries in the folder `local/examples/jobsbin`. They can be build using the source code in `local/examples/src` with `make`. The script `install.sh` can be used to install the binaries in the `jobsbin` folder. Read the file `README` of the source code for the copyright of the code and its usage.