コンピュータ
Git for Windows

インストール Git for Windows を Windows 10 Proにインストールし,Git Bashでバージョン管理します.コンパイルや実行は WSL の Ubuntu 18.04 LTSで行うことを想定しま […]

続きを読む
コンピュータ
FVCOM 2.7.1 MPI run on HA8000 with MPICH2

MPICH2でFVCOM 2.7.1をMPICH2のMPI on HA8000でテストケースtstを実行したところ,以下のエラーとなりました. [cc]MXMPI:FATAL-ERROR:0:application ca […]

続きを読む
コンピュータ
WordPressで[cc]を表示する方法

CodeColorerの説明で[cc]を表示するのに苦労したので方法をまとめておきます. HTMLのエンティティ文字を使用します.[cc]の場合はカギ括弧の表示が必要ですが,HTM […]

続きを読む
コンピュータ
codeを挿入するプラグイン「CodeColorer」

プログラムコードを挿入するプラグインに「CodeColorer」があります.使い方は至って簡単.[cc]と[/cc]でコードを囲むだけです.ビジュアルモードでもHTMLモードでもど […]

続きを読む
コンピュータ
Pre-process for MPI compilation

Pre-process for MPI compilation You may need a pre-process before compiling MPI codes. In case of FVCOM2.6.1, […]

続きを読む
コンピュータ
makedepf90 on ha8000.cc.u-tokyo.ac.jp

Install makedepf90 on HA8000 It seems that makedepf90 is not installed on HA8000 at cc.u-tokyo.ac.jp. Thus I i […]

続きを読む
コンピュータ
FVCOM2.6.1 serial compile and run on FX10@cc.u-tokyo.ac.jp

Compiling FVCOM for serial run On Fx10, you will use Fujitsu compilers. The following setting in makefile will […]

続きを読む
コンピュータ
bash script to change directory

#!/bin/bash cd ~/FVCOM316/examples/inlet/run The name of this script is say “cd_test.sh.” This script will not […]

続きを読む
コンピュータ
ffmpeg and ImageMagick on Scientific Linux 6.1 x86-64

To create a movie from images, “convert” and “ffmpeg” would be often used. “convert” is useful to create GIF a […]

続きを読む
コンピュータ
Set search path for Ruby scripts

Suppose that the search path is ~/ruby. Add the following line in .bashrc. export RUBYPATH=~/ruby Put ruby scr […]

続きを読む