cpvo.sh
in each directory and performing diretory setting, if the executable
code is aligned,
計算対象のサンプルがサンプル毎のディレクトリーに分けて格納されている。
各ディレクトリー中のファイルcpvo.sh
を編集して、ディレクトリー設定を行ない、実行形式コードが揃っていれば、
%> cpvo.sh >& ! log &
the test calculation can be executed by the above command. It is also setted to execute parallel calculations.
If you are in an environment where single caclulation can be only executed, you must set s
to exstyle
in cpvo.sh
so that parallel calculation is not executed.
によりテスト計算を実行することができる。並列計算も実行してしまうように設定されている。
シングル計算しかできない環境のときは、cpvo.sh
中のexstyle
という変数にs
を指定して
並列計算を行なわないように設定しておく。