HOME > 상세정보

상세정보

초고속 병렬 운영 체제의 연구 개발

초고속 병렬 운영 체제의 연구 개발

자료유형
단행본
개인저자
박규호, 연구책임
단체저자명
한국과학기술원, 편
서명 / 저자사항
초고속 병렬 운영 체제의 연구 개발 = Development of high speed parallel OS / 한국과학기술원 [편]
발행사항
[과천] :   과학기술부,   2000  
형태사항
55 p. : 삽화 ; 30 cm
일반주기
본 연구는 "초고속 컴퓨터 기반 소프트웨어 및 응용기술 개발(High speed computer base S/W and application research)"의 세부 연구과제임  
연구책임: 박규호  
서지주기
참고문헌: p. 53-54
000 00000nam c2200205 c 4500
001 000000835516
005 20230206105108
007 ta
008 031016s2000 ggka b 000c korBU
035 ▼a KRIC07893162
040 ▼a 223009 ▼c 223009 ▼d 211009
041 0 ▼a kor ▼b eng
049 1 ▼l 121056121 ▼f 과학
082 0 4 ▼a 005.43 ▼2 21
085 ▼a 005.43 ▼2 DDCK
090 ▼a 005.43 ▼b 2000p
245 0 0 ▼a 초고속 병렬 운영 체제의 연구 개발 = ▼x Development of high speed parallel OS / ▼d 한국과학기술원 [편]
260 ▼a [과천] : ▼b 과학기술부, ▼c 2000
300 ▼a 55 p. : ▼b 삽화 ; ▼c 30 cm
500 ▼a 본 연구는 "초고속 컴퓨터 기반 소프트웨어 및 응용기술 개발(High speed computer base S/W and application research)"의 세부 연구과제임
500 ▼a 연구책임: 박규호
504 ▼a 참고문헌: p. 53-54
700 1 ▼a 박규호, ▼e 연구책임
710 ▼a 한국과학기술원, ▼e▼0 AUTH(211009)35854
740 2 ▼a 초고속 컴퓨터 기반 소프트웨어 및 응용기술 개발
740 2 ▼a High speed computer base S/W and application research

소장정보

No. 소장처 청구기호 등록번호 도서상태 반납예정일 예약 서비스
No. 1 소장처 과학도서관/보존서고1(동양서)/ 청구기호 005.43 2000p 등록번호 121056121 도서상태 대출가능 반납예정일 예약 서비스 B M

컨텐츠정보

목차

제1장 서론(Introduction) = 13
   제1절 고속 네트워크(Virtual Bus)(High Speed Network(Virtual Bus)) = 13
   제2절 통신 라이브러리(The necessity of high performance networks and communication library for clusters) = 13
   제3절 병렬 컴파일러(Automatic Parallelizing Compiler) = 14
   제4절 Process Migration = 15
제2장 국내외 기술개발 현황(Previous Works) = 16
   제1절 고속 네트워크(Virtual Bus)(High Speed Network(Virtual Bus)) = 16
   제2절 통신 라이브러리(Researches and Products related to Message Passing Interface(MPI)) = 16
   제3절 병렬 컴파일러(Parallel Compiler) = 16
   제4절 Precess Migration = 17
제3장 연구개발수행 내용 및 결과(Research contents and Results) = 18
   제1절 고속 네트워크(Virtual Bus)(High Speed Network(Virtual Bus)) = 18
      1. Skew Tolerant Wavepipelined Router = 18
      2. Skew-Tolerant WP 라우터의 구조(The Architecture of Skew-Tolerant WP Router) = 20
      3. 가상 버스(Virtual Bus) = 23
      4. 논리적인 관점에서 본 가상버스를 가진 메쉬(Logical View of Mesh with Virtual Bus) = 24
      5. 사용자-레벨 통신(User-Level Communication) = 26
      6. 성능 비교 - 실제 버스 vs. 가상 버스 = 27
   제2절 통신 라이브러리(The Structure of our MPI and MPI-2 libraries optimized for Virtual Bus) = 28, 26
   제3절 병렬 컴파일러(Automatic Parallelizing Compiler) = 31, 29
      1. Polaris Front End = 31, 30
      2. MPI 기반 병렬 코드 생성(Parallel Code Generation based on MPI-II) = 31, 30
        가. MPI 환경 생성(Generating MPI-II Environment) = 32, 30
        나. 메모리 창 생성(Creating Memory Window) = 32, 31
        다. 값 전달 리스트 생성(Generating Value-Propagation List) = 33, 31
        라. PUT/GET 생성(Geneating PUT/GET) = 35, 32
        마. 데이터 일관성유지(Data Consistency) = 38, 35
        바. 작업 분배(Work Partitioning) = 39, 36
        사. SPMD 프로그램 생성(SPMD Program) = 40, 37
        아. 동기화 최적화(optimization of Synchronization) = 40, 37
   제4절 Process Migration = 44, 40
      1. 접근방법(Approaches) = 44, 40
      2. 부하 균등화 알고리즘(Load Balancing Algorithms) = 45, 41
      3. 시스템 구현(System Implementation) = 46, 43
      4. 전체 시스템의 구조(Overall Structure of the system) = 46
제4장 연구개발목표 달성도 및 대외기여도(Achievements and Contributions) = 49
   제1절 고속 네트워크(Virtual Bus)(High Speed Network(Virtual Bus)) = 49
   제2절 통신 라이브러리(The Result of MPI implementation and the contribution of our work) = 49
   제3절 병렬 컴파일러(Automatic Parallelizing Compiler) = 49
   제4절 Process Migration = 50
제5장 연구개발결과의 활용계획(Applications) = 51
   제1절 고속 네트워크(Virtual Bus)(High Speed Network(Virtual Bus)) = 51
   제2절 통신 라이브러리(The future plan for utilizing Virtual Bus and the optimized MPI libraries) = 51
   제3절 병렬 컴파일러(Automatic Parallelizing Compiler) = 51
   제4절 Process Migration = 51
제6장 참고문헌(References) = 53

관련분야 신착자료

Harvard Business Review (2025)