This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:r [2016/06/17 09:30] dane [R/bioconductor] |
howto:r [2021/12/09 16:42] (current) |
||
|---|---|---|---|
| Line 19: | Line 19: | ||
| <file bash my_R_job.qsub> | <file bash my_R_job.qsub> | ||
| #!/bin/bash | #!/bin/bash | ||
| - | #PBS -l select=10: | + | #PBS -l select=2: |
| #PBS -P SHORTNAME | #PBS -P SHORTNAME | ||
| #PBS -q normal | #PBS -q normal | ||
| Line 67: | Line 67: | ||
| == Job scripts == | == Job scripts == | ||
| <file bash pbdtest.qsub> | <file bash pbdtest.qsub> | ||
| - | #PBS -l select=2: | + | #PBS -l select=2: |
| #PBS -l walltime=00: | #PBS -l walltime=00: | ||
| #PBS -q normal | #PBS -q normal | ||