Navigation :
Top / Model Coupling Toolkit
- List of Backups
- View the diff.
- View the source.
- View the backup.
- Go to Model Coupling Toolkit.
- 1 (2012-03-11 (Sun) 02:19:01)
- The added line is THIS COLOR.
- The deleted line is THIS COLOR.
* 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).