Commit Graph

25 Commits

Author SHA1 Message Date
ab07cca30f renamed hosts in spool/qmaster/exec_hosts 2024-08-27 16:58:15 +02:00
root
33e31d6826 add local/jsv to .gitignore 2024-08-27 16:51:44 +02:00
432df69591 Merge branch 'develop' 2024-08-27 16:40:17 +02:00
0a08d83c90 add vscode settings.json 2024-08-27 16:36:46 +02:00
3bf874cce1 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.
2024-08-27 16:36:13 +02:00
f038f8ce5c adding source and scripts for ompi testing scripts
provided scripts:
* ompi_connectivity.sh
* ompi_hello.sh
* ompi_ring.sh
2024-08-26 18:48:03 +02:00
c23bdece04 adding script to work.sh in examples/jobs 2024-08-26 18:20:21 +02:00
46b847aff9 adding original examples 2024-08-26 18:03:25 +02:00
a4f6456292 add local config in folder spool 2024-08-26 17:56:40 +02:00
81897cf285 add flex-grid folder for flexlm license manager accounting 2024-08-26 17:54:28 +02:00
d26631afd2 update local folder to match files acctually used 2024-08-26 17:52:43 +02:00
cac9c91222 move everything to local folder 2024-08-26 17:34:54 +02:00
f92678d3f5 Merge branch 'develop' 2024-08-26 17:29:16 +02:00
add7211f76 updated prolog.d/10-GPU_allocate.sh 2024-08-13 14:32:19 +02:00
6d1a2e9759 Add example periodic_sleeper.sh
This can be used as an template to create jobs which run periodically. Users should use this instead of cronjobs on the servers.
2022-01-28 16:30:39 +01:00
deaa1effd9 removed warning if qstat is not found
qstat can not be found on host with outdated debian versions. These hosts do not have GPU's installed.
2022-01-28 16:29:11 +01:00
fd6c9867f2 add example scripts
This scripts are for testing and to show how to write your own gridengine scripts
2021-05-27 12:27:03 +02:00
097ccac7bd add scripts for allocating / releasing GPU's 2021-05-27 11:50:46 +02:00
d9ca7c3127 Add support for pe_prolog and pe_epilog files
Send all command line args to the files to be run
Add script to remove empty *.pe* and *.po* files after running pe jobs
Scripts expect this 11 commandline arguments: $pe_hostfile $host $job_owner $job_id $job_name $pe $pe_slots $queue $stdout_path $stderr_path $merge_stderr
2021-05-25 13:22:39 +02:00
d76510b2aa Fixing pro-epilog_wrapper.sh to prevent error
pro-epilog_wrapper exited with error when dir contains more than 1 file
2021-05-25 13:17:42 +02:00
d49fd18668 fixing path to prolog.d, epilog.d, pe_prolog.d, pe_epilog.d; remove echo 2021-05-25 12:14:15 +02:00
02913e042d create modular prolog and epilog setup
all files named  [0-9][0-9]* in /opt/SGE/local/scripts/{prolog,epilog,pe_prolog,pe_epilog}.d and in /usr/local/etc/gridengine/{prolog,epilog,pe_prolog,pe_epilog}.d will be executed.
2021-05-25 11:33:08 +02:00
a5963b445b import patch to fix euid_set bug in shepherd 2021-05-25 11:26:32 +02:00
28da7979a1 initial import of currently used scripts 2021-05-25 11:25:11 +02:00
b2e20f7387 Initial commit 2021-05-24 12:56:00 +02:00