- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
how can i get hostname and memory used in a code using either ifort or gfortran? is there any standared for that? if not, can you tell me the workaround?
링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Quoting - roddur
how can i get hostname and memory used in a code using either ifort or gfortran? is there any standared for that? if not, can you tell me the workaround?
If you would be more specific about your memory question, you might get some suggestions, but surely you have ideas yourself.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Quoting - roddur
how can i get hostname and memory used in a code using either ifort or gfortran? is there any standared for that? if not, can you tell me the workaround?
call system() can be used to invoke system functions/execs... maybe this can help (like external parsing of ps output)?
