3TBのHDDのフォーマット(gpartedを使ってターミナルから)

HDD全部をひとつのパーティションにする場合。

% parted -a optimal /dev/sdc
GNU Parted 2.3
Using /dev/sdc
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) mklabel gpt
(parted) mkpart primary ext4 0% 100%
(parted) quit
Information: You may need to update /etc/fstab.

Warning: The resulting partition is not properly aligned for best performance.
というのが出たときは、この情報を元にalignさせる。
http://rainbow.chard.org/2013/01/30/how-to-align-partitions-for-best-performance-using-parted/
http://blog.yo61.com/creating-an-optimally-aligned-full-disk-partition-with-parted/
Parted and disk alignment

ラジオメモ

France Inter
streamripper http://mp3.live.tv-radio.com/franceinter/all/franceinterhautdebit.mp3

(music) Laura Mvula - That's Alright
イギリスは小さい国なのにすごいね。

omp reductionの変数を使って配列へのアクセスはできない

http://stackoverflow.com/questions/3775147/is-it-possible-to-do-a-reduction-on-an-array-with-openmp