差分

この文書の現在のバージョンと選択したバージョンの差分を表示します。

この比較画面にリンクする

Both sides previous revision Previous revision
Next revision
Previous revision
misc [2010/11/02 14:02]
saito
misc [2012/05/09 19:17] (現在)
saito [ipod_touch_iphone]
ライン 1: ライン 1:
 メモ メモ
-====== mpich2 ====== 
-mpiを1台のパソコンで動かす.テスト環境作成のため. 
  
-特に何もしなくてもく.+ 
 + 
 +<​code>​ 
 + 
 + 
 +Section "​ServerLayout"​ 
 + Identifier ​    "​X.org Configured"​ 
 + Screen ​     0  "​Screen0"​ 0 0 
 + Screen ​     1  "​Screen1"​ RightOf "​Screen0"​ 
 + Screen ​     2  "​Screen2"​ RightOf "​Screen1"​ 
 + Screen ​     3  "​Screen3"​ RightOf "​Screen2"​ 
 + InputDevice ​   "​Mouse0"​ "​CorePointer"​ 
 + InputDevice ​   "​Keyboard0"​ "​CoreKeyboard"​ 
 +EndSection 
 + 
 +Section "​Files"​ 
 + ModulePath ​  "/​usr/​lib/​xorg/​modules"​ 
 + FontPath ​    "/​usr/​share/​fonts/​X11/​misc"​ 
 + FontPath ​    "/​usr/​share/​fonts/​X11/​cyrillic"​ 
 + FontPath ​    "/​usr/​share/​fonts/​X11/​100dpi/:​unscaled"​ 
 + FontPath ​    "/​usr/​share/​fonts/​X11/​75dpi/:​unscaled"​ 
 + FontPath ​    "/​usr/​share/​fonts/​X11/​Type1"​ 
 + FontPath ​    "/​usr/​share/​fonts/​X11/​100dpi"​ 
 + FontPath ​    "/​usr/​share/​fonts/​X11/​75dpi"​ 
 + FontPath ​    "/​var/​lib/​defoma/​x-ttcidfont-conf.d/​dirs/​TrueType"​ 
 + FontPath ​    "​built-ins"​ 
 +EndSection 
 + 
 +Section "​Module"​ 
 + Load  "​extmod"​ 
 + Load  "​dri"​ 
 + Load  "​glx"​ 
 + Load  "​record"​ 
 + Load  "​dbe"​ 
 + Load  "​dri2"​ 
 +EndSection 
 + 
 +Section "​InputDevice"​ 
 + Identifier ​ "​Keyboard0"​ 
 + Driver ​     "​kbd"​ 
 +EndSection 
 + 
 +Section "​InputDevice"​ 
 + Identifier ​ "​Mouse0"​ 
 + Driver ​     "​mouse"​ 
 + Option  ​   "​Protocol"​ "​auto"​ 
 + Option  ​   "​Device"​ "/​dev/​input/​mice"​ 
 + Option  ​   "​ZAxisMapping"​ "4 5 6 7" 
 +EndSection 
 + 
 +Section "​Monitor"​ 
 + Identifier ​  "​Monitor0"​ 
 + VendorName ​  "​Monitor Vendor"​ 
 + ModelName ​   "​Monitor Model"​ 
 +EndSection 
 + 
 +Section "​Device"​ 
 + Identifier ​ "​Card1"​ 
 + Driver ​     "​nvidia"​ 
 + BusID ​      "​PCI:​1:​0:​0"​ 
 +EndSection 
 + 
 +Section "​Screen"​ 
 + Identifier "​Screen0"​ 
 + Device ​    "​Card0"​ 
 + Monitor ​   "​Monitor0"​ 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    1 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    4 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    8 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    15 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    16 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    24 
 + EndSubSection 
 +EndSection 
 + 
 +Section "​Screen"​ 
 + Identifier "​Screen1"​ 
 + Device ​    "​Card1"​ 
 + Monitor ​   "​Monitor1"​ 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    1 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    4 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    8 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    15 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    16 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    24 
 + EndSubSection 
 +EndSection 
 + 
 +Section "​Screen"​ 
 + Identifier "​Screen2"​ 
 + Device ​    "​Card2"​ 
 + Monitor ​   "​Monitor2"​ 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    1 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    4 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    8 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    15 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    16 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    24 
 + EndSubSection 
 +EndSection 
 + 
 +Section "​Screen"​ 
 + Identifier "​Screen3"​ 
 + Device ​    "​Card3"​ 
 + Monitor ​   "​Monitor3"​ 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    1 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    4 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    8 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    15 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    16 
 + EndSubSection 
 + SubSection "​Display"​ 
 + Viewport ​  0 0 
 + Depth ​    24 
 + EndSubSection 
 +EndSection 
 + 
 +</​code>​ 
 + 
 + 
 + 
 + 
 + 
 +====== ipod_touch_iphone ====== 
 +==== Googleカレンダーと同期 ==== 
 +昔はiCal経由で同期していたが、Microsoft Exchangeなるもので同期できるらしい。 
 +http://​google-mania.net/​archives/​1137 
 +====== texdiff ====== 
 + 
 +きちんとしたtexdiff作りたい 
 +元ファイル 
 +http://​robmar.net/​TexDiff/​ 
 + 
 +  * 日本語は何も気にしなくてもOK. 
 + 
 +計画 
 +  * 改行がおかしいので,ulineではな,jumoline.styのUnderlineを使う 
 + 
 +問題点 
 +  * 環境まわりがおかしい? 
 +  * Underlineを使うと\citeで死ぬ? 
 +  * いろいろ 
 + 
 + 
 + 
 +====== OpenFOAM ====== 
 +インストール 
 +[[http://​www.openfoam.com/​download/​ubuntu.php]] 
 + 
 +インストール後,.bashrcに以下を記述. 
 +<​code>​ 
 +. /​opt/​openfoam171/​etc/​bashrc 
 +</​code>​ 
 + 
 +ただ,mpich2をインストールしていると, . /​opt/​openfoam171/​etc/​bashrc が 
 +mpich2のライブラリと当たるらしく,
 <code bash> <code bash>
-sudo apt-get install mpich2+/​usr/​lib/​gcc/​x86_64-linux-gnu/​4.4.3/​../​../​../​../​lib/​crt1.o:​ In function `_start':​ 
 +(.text+0x20):​ undefined reference to `main'​ 
 +collect2: ld returned 1 exit status 
 +/​usr/​lib/​gcc/​x86_64-linux-gnu/​4.4.3/​../​../​../​../​lib/​crt1.o:​ In function `_start':​ 
 +(.text+0x20):​ undefined reference to `main'​ 
 +collect2: ld returned 1 exit status
 </​code>​ </​code>​
 +というエラーが出る.
 +問題はないかもしれないが,ターミナルを開く度にこのエラーがでる.
 +改善策は分からない.
 +
 +====== mpich2 ======
 +mpiを1台のパソコンで動かす.テスト環境作成のため.
 +
 +gccがあれば,特に何もしなくても動く模様.素敵.
  
 拾ってきたソースコード 拾ってきたソースコード
ライン 132: ライン 363:
   * わかりやすいムービー[[http://​geuz.org/​gmsh/​screencasts/​]]   * わかりやすいムービー[[http://​geuz.org/​gmsh/​screencasts/​]]
  
 +  * エディタを正しく設定しないとフリーズする。Tools => Option => general => outputから作成
 ===== 用語 ===== ===== 用語 =====
 |パラメータ|数量を変数で置き換えて表現する。| |パラメータ|数量を変数で置き換えて表現する。|
misc.1288674141.txt.gz · 最終更新: 2010/11/02 14:02 by saito
CC Attribution-Noncommercial-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0