Skip to content
Snippets Groups Projects
Commit b04c0a01 authored by jourdain's avatar jourdain
Browse files

Add wait option to sbatch commande in run.sh

parent ce194186
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
#!/bin/bash
sbatch ./batch_small_au31.slurm
sbatch --wait ./batch_small_au31.slurm
#!/bin/bash
sbatch ./batch_large_ti255.slurm
sbatch --wait ./batch_large_ti255.slurm
#!/bin/bash
sbatch batch_large.slurm
sbatch --wait batch_large.slurm
#!/bin/bash
sbatch batch_medium.slurm
sbatch --wait batch_medium.slurm
#!/bin/bash
sbatch batch_medium.slurm
sbatch --wait batch_medium.slurm
#!/bin/bash
sbatch batch_medium.slurm
sbatch --wait batch_medium.slurm
#!/bin/bash
sbatch batch_large_BSG.slurm
sbatch --wait batch_large_BSG.slurm
#!/bin/bash
sbatch batch_large_ion_channel.slurm
sbatch --wait batch_large_ion_channel.slurm
#!/bin/bash
sbatch batch_small_ion_channel.slurm
sbatch --wait batch_small_ion_channel.slurm
#!/bin/bash
sbatch batch_charge.slurm
sbatch --wait batch_charge.slurm
#!/bin/bash
sbatch batch_scale.slurm
sbatch --wait batch_scale.slurm
#!/bin/bash
sbatch batch_small.slurm
sbatch --wait batch_small.slurm
#!/bin/bash
sbatch batch_large.slurm
sbatch --wait batch_large.slurm
#!/bin/bash
sbatch batch_medium.slurm
sbatch --wait batch_medium.slurm
#!/bin/bash
sbatch batch_small.slurm
sbatch --wait batch_small.slurm
#!/bin/bash
sbatch batch_large.slurm
sbatch --wait batch_large.slurm
#!/bin/bash
sbatch batch_small.slurm
sbatch --wait batch_small.slurm
#!/bin/bash
sbatch batch_xxlarge.slurm
sbatch --wait batch_xxlarge.slurm
#!/bin/bash
sbatch batch_small.slurm
sbatch --wait batch_small.slurm
#!/bin/bash
sbatch testcase_big.batch
sbatch --wait testcase_big.batch
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment