サイズ: 713
コメント:
|
サイズ: 907
コメント:
|
削除された箇所はこのように表示されます。 | 追加された箇所はこのように表示されます。 |
行 23: | 行 23: |
=== 謎の警告が出る === Warning: no access to tty (Bad file descriptor).<<BR>> Thus no job control in this shell.<<BR>> |
|
行 24: | 行 27: |
こうしたら消えた。<<BR>> qsub my_mpi.sh -S /bin/sh |
連続系アルゴリズム
第一回
手元(配布PC)でMPIプログラムをコンパイルして走らせたい時はopenmpi-binをapt*で入れる。
メモ
まず最初に以下をインストールする必要がある。
- sudo apt-get install openmpi-bin
- sudo apt-get install libopenmpi-dev
mpicc file.c -o file
でコンパイル
mpirun -np <np> ./file
で実行
CSCサーバは地下有線から
ssh ログイン名@csc.is.s.u-tokyo.ac.jpでログイン
ログイン名、パスワードは最初にもらったやつ。
謎の警告が出る
Warning: no access to tty (Bad file descriptor).
Thus no job control in this shell.
こうしたら消えた。
qsub my_mpi.sh -S /bin/sh