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