sdsc-hpc-training-org / comet-to-expanse-transition

Comet to Expanse transition tutorial to explain to users the differences in both the hardware and software between these two systems.
GNU General Public License v3.0
0 stars 0 forks source link

How to submit long-time job? for example, 7 days #2

Open Shicheng-Guo opened 3 years ago

Shicheng-Guo commented 3 years ago

Hi SDSC support team:

I have several jobs which require 7 days. How to setup such kind jobs?

#sbatch --qos=oneweek

the above setting looks not works.

Shicheng

marypthomas commented 3 years ago

Schicheng -

Expanse has a preempt partition, so make sure you are asking for that. See: https://www.sdsc.edu/support/user_guides/expanse.html#running

If you need further help, please submit a request to @.***

Thx, Mary

On Apr 4, 2021, at 10:18 PM, Shicheng Guo @.***> wrote:

Hi SDSC support team:

I have several jobs which require 7 days. How to setup such kind jobs?

sbatch --qos=oneweek

the above setting looks not works.

Shicheng

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sdsc-hpc-training-org/comet-to-expanse-transition/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADMDVOCGK4VMBKI3OZKRDGDTHFB2PANCNFSM42MGZ5CQ.

Shicheng-Guo commented 3 years ago

It is exactly what I need. Thank you so much Mary!!