- 17 Jan, 2018 3 commits
-
-
Michael Salim authored
-
Michael Salim authored
-
Michael Salim authored
-
- 16 Jan, 2018 3 commits
-
-
Michael Salim authored
-
Michael Salim authored
-
Michael Salim authored
cli_commands: fixed small user error message bug model saving: more robust retry: wait and check if save succeeded in spite of the exception
-
- 15 Jan, 2018 1 commit
-
-
Michael Salim authored
An mpi4py test program with the Python sqlite3 wrapper has no trouble with concurrent DB insertions from several tens of processes. The issue appears to be in the Django-sqlite3 wrapper. This patch simply wraps save() in a loop that intercepts OperationalError until the save is successful.
-
- 12 Jan, 2018 1 commit
-
-
Michael Salim authored
than 1. Added Functional Test cases for running several hybrid MPI/OpenMP jobs back-to-back from the launcher; exercising various combinations of ranks-per-node, threads-per-rank, threads-per-core (-d and -j options of aprun) These tests will only run on Theta right now; can extend by recompiling c_apps/omp.c on different platforms and referring to the appropriate binary in the test case.
-
- 11 Jan, 2018 7 commits
-
-
Michael Salim authored
-
Michael Salim authored
-
Michael Salim authored
added note to quickstart.rst. removed os.setsid() from test_functional; see if this works on Cooley
-
Michael Salim authored
-
Michael Salim authored
-
Michael Salim authored
the job. BalsamJob Model: If a RecordModifiedError arises while killing, the job state is always overwritten as USER_KILLED If RecordModifiedError arises when trying to update the job to some other state, it is ignored and the job is left in USER_KILLED state.
-
Michael Salim authored
end-state. The get_envs() method of BalsamJobs only produces environment variables that contain a BALSAM or DJANGO substring now.
-
- 10 Jan, 2018 2 commits
-
-
Michael Salim authored
substrings not containing dashes. It does not work for substrings containing a dash, but this is not an expected usage.
-
Michael Salim authored
(e.g. balsam ls --state JOB_FINISHED) Fixed bug (inconsistent variable naming) which caused ranks_per_node not to be assigned correctly by "balsam qsub" command line
-
- 09 Jan, 2018 2 commits
-
-
Michael Salim authored
-
Michael Salim authored
-
- 21 Dec, 2017 1 commit
-
-
Michael Salim authored
-
- 15 Dec, 2017 9 commits
-
-
Michael Salim authored
-
Michael Salim authored
-
Michael Salim authored
-
Michael Salim authored
-
Michael Salim authored
-
Michael Salim authored
-
Michael Salim authored
-
Michael Salim authored
-
Michael Salim authored
-
- 14 Dec, 2017 5 commits
-
-
Michael Salim authored
-
Michael Salim authored
-
Michael Salim authored
-
Michael Salim authored
-
Michael Salim authored
-
- 13 Dec, 2017 1 commit
-
-
Michael Salim authored
-
- 12 Dec, 2017 3 commits
-
-
Michael Salim authored
-
Michael Salim authored
DAG functional tests; bugfixes in launcher and runners. mpi_ensemble reads envs directly from database
-
Michael Salim authored
-
- 11 Dec, 2017 1 commit
-
-
Michael Salim authored
-
- 08 Dec, 2017 1 commit
-
-
Michael Salim authored
-