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
- Windows
- portforwarding
- cygwin
- conda
- arXiver
- Visual Studio
- h5py
- intel compiler
- Matplotlib
- tab space
- cython
- LaTeX
- openmp
- jupyter
- vi
- c++
- polyglot
- HDF5
- mpi4py
- SSH
- GSL
- python
- HFS+
- MAC
- Anaconda
- vim
- hyperref
- datascience
- gfortran
- virtual
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 |