Tagged: HPC

Intel OpenMP 사용법

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일 경우에는...

sge 환경에서 openmpi 테스트 하기

sge 환경에서 openmpi 테스트 하기

# /opt/openmpi/bin/mpicc mpi_test.c -o mpi_test————————————————————————————— ############### #  mpi_test.c # ############### #include “mpi.h” #include <stdio.h> int main (int argc, char *argv[])...

Gromacs  MPI 설치하기

Gromacs MPI 설치하기

설치 환경  ● OS : OpenSuse 11.2  ● Arch : x86_64  ● 설치경로 : /opt gcc 업데이트, OpenMPI 설치하기클러스터에 병렬연산을 하기...

intel compiler 최적화 병렬 옵션

intel compiler 최적화 병렬 옵션

인텔 컴파일러에 최적화 옵션 중 하나인 -parallel 옵션을 사용하면 시스템에서 보유한 processor를 이용하여 자동으로 코드를 병렬 처리시켜준다. 이때 기본적으로 시스템이...

SGE Tuning guide

SGE Tuning guide

발췌 : http://arc.liv.ac.uk/SGE/howto/tuning.html Tuning guide Grid Engine is a full function, general purpose Distributed Resource Management (DRM) tool. The scheduler...