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
- virtual
- HFS+
- LaTeX
- gfortran
- python
- GSL
- portforwarding
- tab space
- jupyter
- Matplotlib
- cygwin
- cython
- h5py
- arXiver
- MAC
- SSH
- conda
- openmp
- Windows
- vi
- intel compiler
- hyperref
- vim
- polyglot
- datascience
- Visual Studio
- mpi4py
- Anaconda
- HDF5
- c++
Archives
- Today
- Total
목록ifort (1)
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 에..
Computer Setup
2019. 4. 5. 02:14