Navigation : Top/Model Coupling Toolkit

  • 追加された行はこの色です。
  • 削除された行はこの色です。
* Download [#y7b4f18b]
- http://www-unix.mcs.anl.gov/mct/


* Install [#q4c96893]
 ./configure
** Intel Composer XE 2013 [#t24cea0e]
 source /opt/intel/composer_xe_2013.1.117/bin/compilervars.sh
 export MPIFC=/opt/mpich2-ifort/bin/mpif90 
 export MPIHEADER=/opt/mpich2-ifort/include/
 ./configure --prefix=/opt/mct-mpich2 
 make
 make install 
/usr/local/include, libへファイルがインストールされる.


* Test [#ddd96b75]

** mpich2 [#n2df49c0]
 cd/examples
 mpiexec -n 4 climate_sequen1/climate
 mpiexec -n 4 climate_concur1/climate


** mpich1 [#s9e7ba5a]
examplesにあるので
 mpirun -np 1 examples/simple/twoseq
 mpirun -np 2 examples/simple/twoseq
をuserで実行(コンパイルはroot).