Skip to content
/ util Public

Some general tools for parallel jobs, cluster monitoring, and Helmholtz decomposition.

License

Notifications You must be signed in to change notification settings

yihaochen/util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cluster top tool

ctop_cpu.py

A simple python tool combining ssh and top to display the cpu/ram usage of computing nodes. ctop screenshot

Dynamic MPI task distribution

MPI_taskpull2.py

An MPI function to dynamically dsitribute tasks to workers. This will use one MPI process to be the master, resulting in n-1 available workers for a n-processor job.

Helmholtz decomposition using fft

solenoidal.py

A python implementation of Helmholtz decomposition using fft. See Friedman et al. 2012, ApJ 746, 112 for example.

Misc utilities

util.py

A collection of functions to scan directory and handle files.

About

Some general tools for parallel jobs, cluster monitoring, and Helmholtz decomposition.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages