Skip to content

Commit

Permalink
update requirements pbs
Browse files Browse the repository at this point in the history
  • Loading branch information
tibvdm committed Jun 24, 2024
1 parent db46a31 commit f83b202
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions sa-builder/build-compressed.pbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
### how to use: ###
### 1) Swap to the high-memory gallade cluster by executing `module swap cluster/gallade` ###
### 2) Navigate the to root of the project ###
### 3) Submit the job to the queue with `qsub suffixarray/build_suffix_array.pbs` ###
### 3) Submit the job to the queue with `qsub sa-builder/build-compressed.pbs` ###
#########################################################################################################

# go to cluster with high memory
module swap cluster/gallade

# define requested memory, cpu resources and email notifications
#PBS -m abe
#PBS -l walltime=10:00:00
#PBS -l walltime=6:00:00
#PBS -l mem=750gb
# ask for 1 node, 1 cpu (not more needed since we don't have parallelism)
#PBS -l nodes=1:ppn=1
#PBS -l nodes=1:ppn=all
#PBS -N suffix_array_construction_uniprot

# define output and error files
Expand Down
4 changes: 2 additions & 2 deletions sa-builder/build.pbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
### how to use: ###
### 1) Swap to the high-memory gallade cluster by executing `module swap cluster/gallade` ###
### 2) Navigate the to root of the project ###
### 3) Submit the job to the queue with `qsub suffixarray/build_suffix_array.pbs` ###
### 3) Submit the job to the queue with `qsub sa-builder/build.pbs` ###
#########################################################################################################

# go to cluster with high memory
Expand All @@ -17,7 +17,7 @@ module swap cluster/gallade
#PBS -l walltime=10:00:00
#PBS -l mem=750gb
# ask for 1 node, 1 cpu (not more needed since we don't have parallelism)
#PBS -l nodes=1:ppn=1
#PBS -l nodes=1:ppn=all
#PBS -N suffix_array_construction_uniprot

# define output and error files
Expand Down

0 comments on commit f83b202

Please sign in to comment.