May 1, 2018

Computing
Build FVCOM4.1 (MPI) on ITO Subsystem-A using Intel Compilers

This page is a memorandum of building and executing [cci]FVCOM4.1[/cci] in [cci]MPI[/cci] using Intel compilers on the supercomputer Subsystem-A of ITO at Kyushu University. Those in [cci]Series[/cci] are introduced in this page. The building environment for [cci]Series[/cci] should be prepared. The source files are supposed to exist in [cci]FVCOM4.1/FVCOM_source[/cci] and the test case is [cci]Estuary[/cci] in [cci]FVCOM4.1/Examples/Estuary[/cci]. Preparation for METIS METIS library requires to be installed for building for MPI. First [cci]load[/cci] Intel compilers: [cc] $ module load intel/2018 [/cc] Environmental variables for Intel C compiler should be made as follows: [cc] $ export CC=icc $ export CPP="icc -E" [/cc] Move to the directory of [cci]FVCOM4.1/METIS_source[/cci] where the [cci]METIS[/cci] source […]

Read more