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 | 31 |
Tags
- tab space
- Anaconda
- jupyter
- Windows
- LaTeX
- vim
- GSL
- cygwin
- hyperref
- c++
- portforwarding
- openmp
- intel compiler
- Matplotlib
- virtual
- gfortran
- SSH
- conda
- datascience
- HFS+
- python
- h5py
- Visual Studio
- arXiver
- HDF5
- cython
- polyglot
- vi
- MAC
- mpi4py
Archives
- Today
- Total
Astro Coke
[Windows&Ifort] Library Path 추가하기 본문
visual studio prompt를 이용해 접속한 윈도우에서는 -L 옵션이 ifort에서 인식되지 않는다.
이때에는 다음과 같이 적용할 수 있다.
ifort test_hdf5.f90 -I"C:\Program Files\HDF_Group\HDF5\1.10.4\include\shared" -link -libpath:"C:\Program Files\HDF_Group\HDF5\1.10.4\lib" hdf5_fortran.lib
ifort test_hdf5.f90 -I"C:\Program Files\HDF_Group\HDF5\1.10.4\include\shared" -link -libpath:"C:\Program Files\HDF_Group\HDF5\1.10.4\lib" hdf5_fortran.lib
-L 에 상응하는 옵션은 위에서 볼 수 있듯이
-link -libpath: 이다.
'Computer Setup' 카테고리의 다른 글
[Cygwin & Windows] ifort & icc environment setup (0) | 2019.04.05 |
---|---|
[Cygwin] hdf5 w/ gfortran 설치하기 (0) | 2019.04.05 |
[HDF5] Install HDF5 w/ Fortran in Windows & Visual Studio (0) | 2019.04.05 |
[Chrome&Windows] 'Establishing secure connection' issue (0) | 2019.04.05 |
[Vim] vim or vimdiff colorscheme setting (0) | 2019.04.04 |