makedepf90 on ha8000.cc.u-tokyo.ac.jp
Table of Contents
Install makedepf90 on HA8000
It seems that makedepf90 is not installed on HA8000 at cc.u-tokyo.ac.jp. Thus I installed in my local directory.
First, download the source?and then make it as follows:
[cc]
$ tar xvzf makedepf90-2.8.8.tar.gz
$ ./configure --prefix=/home/***/usr/local
$ make
$ make install
[/cc]
Then recreate makedepends using makedepf90 as follows:
[cc]
$ rm makedepends
$ touch makedepends
$ rm mpi.h
$ make depends
[/cc]
“makedepf90 on ha8000.cc.u-tokyo.ac.jp” に対して2件のコメントがあります。