HopkinsIDD / flepiMoP

The Flexible Epidemic Modeling Pipeline
https://flepimop.org
GNU General Public License v3.0
9 stars 4 forks source link

make the batch submisson cluster agnostic #191

Open jcblemai opened 7 months ago

jcblemai commented 7 months ago

There are hardcoded paths and slurm loaded modules, these need to be provided as separate scripts -- that the user can override from its home directory, such that we can run on any slurm cluster

TimothyWillard commented 2 months ago

@shauntruelove I saw you assigned this issue to me and it's labeled as high priority, do we have a desired outcome and deadline for this since this is now high priority? I'm not super familiar with the details of this issue, @jcblemai or @shauntruelove would you be able to fill those in?

shauntruelove commented 2 months ago

Notes:

TimothyWillard commented 1 month ago

@pearsonca @jcblemai I've attached the branch I'm doing the documentation updates to to this issue.

jcblemai commented 1 month ago
[twillard@longleaf-login6 ~]$ sg rc_jlessler_pi -c "touch foobar.txt"
[twillard@longleaf-login6 ~]$ ls -lah foobar.txt
-rw-r--r-- 1 twillard rc_jlessler_pi 0 Sep 13 11:25 foobar.txt

We need to ensure that everyone can access the run, so commands should be optionally run for a configurable certain group of user. su requires sudo, sg does not (edited)

TimothyWillard commented 1 month ago

Update as of EOD 2024-09-16: