-
Notifications
You must be signed in to change notification settings - Fork 4
Home
lukemartinlogan edited this page May 2, 2023
·
1 revision
Jarvis-util contains various helpers which are useful for executing programs external to python within Python. We provide various wrappers to support parallel execution (MPI, PSSH), remote execution (SSH), and local execution (exec/fork). We also provide functions which wrap around various helpful commands, such as filesystem commands (ls, rm, pkill, mkdir).