A joke tool that displays your message on "top(1)/nvtop/nvitop" using parallel process
cargo install --git https://github.com/th2ch-g/kanban.git kanban --locked- Rust
- kanban requires Rust environment
cargo install --git https://github.com/th2ch-g/kanban.git kanban-mpi --locked- openmpi(4.0.3)
- intel-mpi(19.0)
kanban single -m hello_world -@ 4 -t 20 & topkanban multiple -m hello_world -@ 4 -t 20 & topkanban multiple2 -m "hello_world1" "hello_world2" "hello_world3" -t 20 & topkanban long -m Rust_is_the_greatest_and_best_programming_language_ever -t 20 & topkanban vertical -m "ThankYou" "GoodLuck" -t 20 & topkanban wave -m 123456789 -@ 4 & top# nvidia-smi
kanban gpu -m "RustGPU" & nvidia-smi
# nvtop
kanban gpu -m "RustGPU" & nvtop
# nvitop
kanban gpu -m "RustGPU" & nvitop- display process name instead of command name
kanban multiple2 -m test1 test2 test3 -t 20 --method procname & htop- Run immediately without compiling or copying and without changing the command name.
- CPU is used
kanban raw-single -m "aaa" -t 20 & top- Run immediately without compiling or copying and without changing the command name.
- GPU is used by wgpu
kanban raw-gpu -m "aaa" -t 20 & nvtop