This is a draft cheat sheet. It is a work in progress and is not finished yet.
MPI
bsub -a mympi -q <queue> -n <ncore> -o bsub.log <Program> <input>
oak: -q beamphysics
bullet: -q beamphysics-mpi -sla bpmpi
MPI Pros: Pelegant genesis2_mpi astra6
|
BASH
gotonfs, gotoafs, gotoscratch |
fast to dir |
xdg-open |
open file browser |
eog |
open figure |
find <path> -name "*.*" |
find a file |
find <path> -name "*.*" -exec rm -rf {}\; |
find and remove |
grep <pattern> <file> |
find match in a file |
grep <pattern> <file> | wc -l |
count matches |
|
|
|
|
|