SWAN Quick Start

Table of Contents

Installation

An include file named macros.inc needs to be created by:
[cc]$make config[/cc]
And swan.exe can be built for serial or parallel:
[cc]
$make ser # for serial
$make omp # for parallel, shared
$make mpi $ for parallel, distributed
[/cc]
Execute for serial run using a command file without extension of .swn:
[cc]$ ./swanrun -input command_file [-omp n | -mpi n][/cc]
where [ ] is for shared parallel or mpi parallel.

コメントを残す

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

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください