Navigation : Top/Model Coupling Toolkit

Model Coupling Toolkit

Download

Install

Intel Composer XE 2013

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 

Test

mpich2

cd/examples
mpiexec -n 4 climate_sequen1/climate
mpiexec -n 4 climate_concur1/climate

mpich1

examplesにあるので

mpirun -np 1 examples/simple/twoseq
mpirun -np 2 examples/simple/twoseq

をuserで実行(コンパイルはroot).