Pre-process for MPI compilation

Table of Contents

Pre-process for MPI compilation

You may need a pre-process before compiling MPI codes. In case of FVCOM2.6.1, the process will be something like below:
[cc]
cd /FVCOM2.6.1/FVCOMsource rm mpif.h # Remove if it exists.
rm makedepends # Remove if it exists. touch makedepends
$ make depend # Requires makedependf90
[/cc]

Then, you can make as usual.

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

This site uses Akismet to reduce spam. Learn how your comment data is processed.