-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
32 lines (24 loc) · 660 Bytes
/
README
File metadata and controls
32 lines (24 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
This repo contains a collectioon of useful scripts.
---------------------------------------------------
add-key.py : add keys to ssh-agent
----------
# help:
add-key.py -h
# usage:
eval `add-key.py ~/.ssh/id_rsa_MK`
submitjob : put job into queue on various supercomputers
---------
# help:
submitjob
remove_repeated_times.c : remove repeated times due to checkpoint restart
-----------------------
# compile with:
gcc remove_repeated_times.c -o remove_repeated_times
# help:
remove_repeated_times
FFT_Spectrum.c : compute Fourier Spectrum of data file
--------------
# compile with:
gcc FFT_Spectrum.c -o FFT_Spectrum -lm -lfftw3
# help:
FFT_Spectrum