arfc / sneks4me

Simplified Nek Simulations for Moltres Enhancement
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Create job script for Cetus #16

Closed anshchaube closed 5 years ago

anshchaube commented 5 years ago

This issue can be closed when a script that successfully submits jobs to Cetus has been created.

Resources: https://www.mcs.anl.gov/hs/software/systems/softenv/softenv-intro.html https://press3.mcs.anl.gov//atpesc/files/2015/08/Loy.QuickStart.pdf https://www.alcf.anl.gov/files/2018-01-18%20Getting%20Started%20Mira.pdf https://www.alcf.anl.gov/user-guides/bgq-cobalt-job-control https://www.alcf.anl.gov/user-guides/running-jobs-xc40

dshaver-ANL commented 5 years ago

We have scripts for cetus, I'll send it to you.

-------- Original message -------- From: Ansh Chaube notifications@github.com Date: 9/16/19 1:34 PM (GMT-06:00) To: arfc/sneks4me sneks4me@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [arfc/sneks4me] Create job script for Cetus (#16)

This issue can be closed when a script that successfully submits jobs to Cetus has been created.

Resources: https://www.mcs.anl.gov/hs/software/systems/softenv/softenv-intro.html https://press3.mcs.anl.gov//atpesc/files/2015/08/Loy.QuickStart.pdf https://www.alcf.anl.gov/files/2018-01-18%20Getting%20Started%20Mira.pdf https://www.alcf.anl.gov/user-guides/bgq-cobalt-job-control https://www.alcf.anl.gov/user-guides/running-jobs-xc40

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/arfc/sneks4me/issues/16?email_source=notifications&email_token=AE3653HYIQAIIELI2WIL6QDQJ7GS7A5CNFSM4IXFZCA2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HLVBGEA, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AE3653EABB5BN4ZXVLILLYDQJ7GS7ANCNFSM4IXFZCAQ.

anshchaube commented 5 years ago

Thanks!

dshaver-ANL commented 5 years ago

see if you can copy it from my directory on Cetus:

/home/dshaver/scripts/nekd

usage is: $nekd casename nnodes hours minutes project mode

hours, project, and mode are optional arguments project requires hours to be specified mode requires hours and project to both be specified

This should work on both Cetus and Mira.

anshchaube commented 5 years ago

I can. Thanks!

anshchaube commented 5 years ago

https://github.com/arfc/sneks4me/blob/master/scripts/cetusjob

Script finally works (started working on it before this issue was created). May switch to nekd in the future.