초고속 대용량 파일 생성 방법 (VM 이미지 파일 생성 시 유용)
VM 방식으로 운영체제를 설치하기 위해 최초 dd 명령등을 통해 수십GB의 파일을 생성하게 된다.dd의 경우 많은 시간이 소요된다. fallocate 명령을 이용하면...
VM 방식으로 운영체제를 설치하기 위해 최초 dd 명령등을 통해 수십GB의 파일을 생성하게 된다.dd의 경우 많은 시간이 소요된다. fallocate 명령을 이용하면...
특정 디렉토리 하위에 대규모, 대용량의 파일을 다른 디스크로 옮기고 싶은 경우 cp 명령을 사용하면매우 많은 시간이 소요된다. 아래 명령을 통해...
On some Linux machines, Infiniband libraries are installed (for example with OpenMPI) without the corresponding kernel drivers and/or hardware. This...
# vi run_ext.sh ———————————————————–FILENAME=”$1″ #파일경로 찾기 echo “FilePath: ${FILENAME%/*}”#파일명 찾기echo “FileName: ${FILENAME##*/}”#파일 확장자 찾기 echo “Extension: ${FILENAME##*.}”———————————————————– # sh run_ext.sh...
Auto Negotiation OFF시 스피드와 Duplex 모드를 동시에 같이 셋팅 해 주어야 함. Auto Negotitation Diable 시키는 방법 (일시적) # ethtool...
1. Intel Fortran Compiler 설치 2. /opt/intel/Compiler/11.1/073/bin/intel64 에서 ifortvars_intel64.csh, ifortvars_intel64.sh 파일을 /etc/profile.d/ 에 복사하면 환경설정 파일이 loading된다.( OS버전이 x86일 경우에는...