Skip to content

Commit

Permalink
Reverted changes to run_lda_noinit.sbatch.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Aug 21, 2024
1 parent 6e1e059 commit 37de21d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/run_lda_noinit.sbatch
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

#SBATCH --partition=mstephens
#SBATCH --partition=broadwl
#SBATCH --account=pi-mstephens
#SBATCH --cpus-per-task=4
#SBATCH --mem=32G
#SBATCH --time=48:00:00
#SBATCH --mem=8G
#SBATCH --time=24:00:00

# This script allocates computing resources (CPUs, memory), loads R,
# and runs run_lda_noinit.R. See run_lda_noinit_all.sh for examples
Expand Down

0 comments on commit 37de21d

Please sign in to comment.