• 追加された行はこの色です。
  • 削除された行はこの色です。
but is not normally prescribed therapeutically for its stimulant properties, although it sees clinical use as a local anesthetic, particularly in ,  https://bitbucket.org/dietor/profd/issue-attachment/1/dietor/profd/1379351678.46/1/a36.html adderall weight gain after stopping,  tnw,  https://bitbucket.org/dietor/profd/issue-attachment/1/dietor/profd/1379351680.91/1/a49.html buy generic adderall xr,  nmcfsy,  https://bitbucket.org/dietor/profd/issue-attachment/1/dietor/profd/1379351679.82/1/a43.html amphetamine drugs examples,  fpj,  https://bitbucket.org/dietor/profd/issue-attachment/1/dietor/profd/1379351680.13/1/a45.html amphetamine salts side effects,  8OO,  https://bitbucket.org/dietor/profd/issue-attachment/1/dietor/profd/1379351677.65/1/a28.html price for 20 mg adderall,  ipnd,  https://bitbucket.org/dietor/profd/issue-attachment/1/dietor/profd/1379351675.29/1/a7.html adderall types,  1423,  https://bitbucket.org/dietor/profd/issue-attachment/1/dietor/profd/1379351679.41/1/a40.html adderall xr manufacturer,  npg,  https://bitbucket.org/dietor/profd/issue-attachment/1/dietor/profd/1379351679.51/1/a41.html adderall before test,  %[,  https://bitbucket.org/dietor/profd/issue-attachment/1/dietor/profd/1379351679.68/1/a42.html amphetamine and dextroamphetamine extended release,  677656,  https://bitbucket.org/dietor/profd/issue-attachment/1/dietor/profd/1379351676.9/1/a21.html adderall urban,  fwqy,  https://bitbucket.org/dietor/profd/issue-attachment/1/dietor/profd/1379351682.34/1/a60.html snorting adderall effects,  8]]],  https://bitbucket.org/dietor/profd/issue-attachment/1/dietor/profd/1379351681.07/1/a50.html amphetamine adderall drug test,  =-D,  https://bitbucket.org/dietor/profd/issue-attachment/1/dietor/profd/1379351678.93/1/a38.html adderall no prescription online pharmacy,  8[[,  https://bitbucket.org/dietor/profd/issue-attachment/1/dietor/profd/1379351675.71/1/a11.html adderall psychosis,  723,
***環境設定 [#xb2e487b]
ホームディレクトリに.bash_profileが無い場合、.bash_profileを作成し、以下を記述する(ミニマルセッティング)。

 if [ -f ~/.bashrc ]; then
         . ~/.bashrc
 fi

次に必要に応じて.bashrcを作成する。以下は.bashrcの例である。

 if [ "$PS1" ]; then
 
     # enable color support of ls and also add handly aliases
 
     #eval `dircolors`
     #alias ls='ls -F --color=auto'
     alias ls='ls -FG'
     alias ll='ls -l'
     alias la='ls -A'
     alias cp='cp -i'
     alias mv='mv -i'
     alias rm='rm -i'
 
     # set a fancy prompt
 
     PS1='\u@\h:\w\$ '
 
 fi

パスを追加する場合

 export PATH=${PATH}:${HOME}/qe-6.2.1/bin:${HOME}/qe-6.2.1/PW/tools

などを.bashrcに追加する。更新内容をただちに反映させるには

 source ~/.bashrc

を実行する。

***実行時におけるノード内コアおよびメモリの制御(Numactl) [#ja13cb7d]
-http://www.cc.u-tokyo.ac.jp/publication/news/VOL10/No5/200809katagiri.pdf
-https://wickie.hlrs.de/platforms/index.php/Thread_And_Memory_Pinning
--CPU,コア,hyperthreading-coreのnumactlにおける番号付けの定義が記載されている

***CPU/メモリの情報 [#oc74d84a]
-vmstat
-cat /proc/cpuinfo 
-cat /proc/meminfo

***NFS [#k57c9d0a]

-CentOS5.5とFedora14間のNFS設定にトライした。
-参考WEB 
-- CentOS   http://www.server-world.info/query?os=CentOS_5&p=nfs 
-- Fedora14 http://www.server-world.info/query?os=Fedora_14&p=nfs

-なかなかうまくいかなかったが、最終的にポート固定。これで何とか接続できた。http://mase.itc.nagoya-u.ac.jp/~hirano/pukiwiki/index.php?CentOS%205.2%A4%C7NFS%A5%B5%A1%BC%A5%D0%A4%F2%B9%BD%C3%DB%A4%B9%A4%EB

***痛い目に遭った。 [#pcce2309]

-bashとcsh?
--cshでは環境変数とシェル変数が独立して定義される。しかも、シェル変数優先の規則がある。
--一生懸命環境変数を設定しても、既にシェル変数が設定されていると変更されない!
--いまのところ、その都度シェル変数を消去する方法しか思いつかない。
--csh立ち上がり時に変数消去するようなオプションとかないの?

***intelパラレルスタジオxe2011(非商用版)をインストールしてみた。 [#hec6b033]
-非商用版は個人利用に限られ、アカデミックは対象外となっているので使えません。 個人的に動くかどうか確かめてみた記録です。(smithにはAVX対応のCPUがないので無用かも?)
--smithの/opt/intel2(実体は/home/opt/intel2)にインストールした。
--source /opt/intel2/enable_intel_xe2011.sh で設定できてコンパイルできるようになります。
--ジョブの最初にも source /opt/intel2/enable_intel_xe2011.sh (sh,bashのジョブスクリプト) もしくは source /opt/intel2/enable_intel_xe2011.csh (csh,tcshのジョブスクリプト) を記入するのを忘れないように。
--障害がないか、しばらく様子を見る。
--mpirt/bin/intel64 に mpiifort 等をコピーした。

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS