Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Anaconda
- vi
- tab space
- Matplotlib
- arXiver
- HDF5
- polyglot
- Windows
- GSL
- MAC
- LaTeX
- mpi4py
- datascience
- h5py
- jupyter
- HFS+
- vim
- intel compiler
- openmp
- hyperref
- portforwarding
- gfortran
- cython
- python
- conda
- c++
- Visual Studio
- virtual
- cygwin
- SSH
Archives
- Today
- Total
목록gfortran (1)
Astro Coke
[Cygwin] hdf5 w/ gfortran 설치하기
우선 hdf5 소스파일을 다운받는다. https://portal.hdfgroup.org/display/support/Downloads 압축을 풀고, 아래의 순서와 같이 설치하면 된다. 1) > export FC=gfortran > ./configure --enable-fortran --prefix=hdf_install_directory 2) > make > make check (optional) 3) > make install 이때 --prefix 로 설정된 폴더에 hdf5 가 생성되고 그 안에는 lib include bin share 서브폴더들이 설치된다. 4) .bashrc 에서 path에 위의 bin 폴더를 추가한다. ex) export PATH=hdf_install_directory/bin:$PA..
Computer Setup
2019. 4. 5. 02:15