Search Results

Search: Posts Made By: idbemad
929
Posted By idbemad
Clarification
Some people might have missunderstood the previous part.

I'm trying to find out if there is a way to write several sbatch scripts into one file so that this one file includes the code for all the...
929
Posted By idbemad
Writing single script with mutiple sbatch parts
Hello,

I wrote several scripts that work with job arrays (sbatch) that look like this:


#!/bin/bash
#SBATCH --partition=carl.p
#SBATCH --ntasks=4
#SBATCH --time=0-10:00
#SBATCH...
2,045
Posted By idbemad
Worked
I changed the script to work with

--dependency=singleton

This works for my purpose but might cause some compications for people running different jobs

I wanted to get

...
2,045
Posted By idbemad
Thank you for the fast answer.... I didnt even...
Thank you for the fast answer.... I didnt even think about looking into the manual -.-'
I will work with this and post results later
2,045
Posted By idbemad
Creating script with multiple job arrays
Hello everyone,

First of all this is my first post and im fairly new to working with Unix and creating scripts etc. so there will probably be wrong phrases used.

Lets get to my questions.

I...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 12:45 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy