Skip to content

Commit cd16135

Browse files
authored
Merge pull request #88 from andthum/fix/analysis/mdt/subvolume_charge
[subvolume_charge.sh]: Change sbatch Options
2 parents a6c8294 + ac2879f commit cd16135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

analysis/lintf2_ether/mdt/subvolume_charge.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#SBATCH --job-name="mdt_subvolume_charge"
55
#SBATCH --output="mdt_subvolume_charge_slurm-%j.out"
66
#SBATCH --nodes=1
7-
#SBATCH --cpus-per-task=2
8-
#SBATCH --mem=1G
7+
#SBATCH --cpus-per-task=1
8+
#SBATCH --mem=4G
99
# The above options are only default values that can be overwritten by
1010
# command-line arguments
1111

0 commit comments

Comments
 (0)