-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
34 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,19 @@ | ||
## Installation | ||
|
||
## Usage | ||
`submit_nonmem_model` is a replacement for the old `submit_model` function. | ||
|
||
|
||
slurmtools | ||
================== | ||
|
||
`slurmtools` is a collection of utility functions suitable for interacting with slurm and submitting nonmem jobs. | ||
|
||
## Usage | ||
|
||
``` r | ||
> library(slurmtools) | ||
> get_slurm_jobs() | ||
# A tibble: 4 × 10 | ||
job_id job_state cpus partition standard_input standard_output submit_time start_time user_name current_working_dire…¹ | ||
<int> <chr> <int> <chr> <chr> <chr> <dttm> <dttm> <chr> <chr> | ||
1 3 COMPLETED 1 cpu2mem4gb /dev/null /cluster-data/user-homes/devin/test-training/scm_dir1/base_modelfit_dir1/NM_run… 2024-02-20 17:19:30 2024-02-20 17:23:15 devin /cluster-data/user-ho… | ||
2 4 RUNNING 1 cpu2mem4gb /dev/null /cluster-data/user-homes/devin/test-training/scm_dir1/modelfit_dir1/NM_run1/nmf… 2024-02-20 17:24:03 2024-02-20 17:24:03 devin /cluster-data/user-ho… | ||
3 5 RUNNING 1 cpu2mem4gb /dev/null /cluster-data/user-homes/devin/test-training/scm_dir1/modelfit_dir1/NM_run2/nmf… 2024-02-20 17:24:03 2024-02-20 17:24:03 devin /cluster-data/user-ho… | ||
4 6 CONFIGURING 1 cpu2mem4gb /dev/null /cluster-data/user-homes/devin/test-training/scm_dir1/modelfit_dir1/NM_run3/nmf… 2024-02-20 17:24:03 2024-02-20 17:24:03 devin /cluster-data/user-ho… | ||
# ℹ abbreviated name: ¹current_working_directory | ||
``` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.