RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      KCI등재

      멀티 스레딩 기반 병렬 프로그램의 효과적인 디버깅을 위한 추상적 시각화 = Abstract Visualization for Effective Debugging of Parallel Programs Based on Multi-threading

      한글로보기

      https://www.riss.kr/link?id=A101842994

      • 0

        상세조회
      • 0

        다운로드
      서지정보 열기
      • 내보내기
      • 내책장담기
      • 공유하기
      • 오류접수

      부가정보

      국문 초록 (Abstract)

      효과적인 시각화는 일반적으로 대용량의 디버깅 정보와 프로그램의 추상적 수행모델을 표현하는 것이 중요하다. 본 논문에서는 스레드들간의 논리적 병행성 관계를 나타내는 부분순서 수...

      효과적인 시각화는 일반적으로 대용량의 디버깅 정보와 프로그램의 추상적 수행모델을 표현하는 것이 중요하다. 본 논문에서는 스레드들간의 논리적 병행성 관계를 나타내는 부분순서 수행그래프를 이용하여 내포병렬성과 임계구역을 가진 OpenMP 병렬 프로그램의 수행양상과 경합정보의 효과적 디버깅을 위해서 효과적으로 제공하는 추상적 시각화 도구를 제안한다. 본 도구는 수행중 추적선택 기법으로 시각화 정보를 위한 공간적 복잡성을 줄이고, 추적된 시각화 정보에 프로그램의 내포병렬성과 임계구역 동기화를 위한 그래프 추상화를 제공하여 시각적 복잡성을 해결한다. 그래프 추상화를 통한 스레드들간의 부분순서 관계와 경합탐지 정보는 프로그램의 제어흐름과 경합의 위치를 구조적으로 파악할 수 있게 하므로 프로그램 수행의 이해와 경합 탐지 및 수정에 효과적이다.

      더보기

      다국어 초록 (Multilingual Abstract)

      It is important for effective visualization to summarize not only a large amount of debugging information but also the mental models of abstract ideas. This paper presents an abstract visualization tool which provides effective visualization of thread...

      It is important for effective visualization to summarize not only a large amount of debugging information but also the mental models of abstract ideas. This paper presents an abstract visualization tool which provides effective visualization of thread structure and race information for OpenMP programs with critical sections and nested parallelism, using a partial order execution graph which captures logical concurrency among threads. This tool is supported by an on-the-fly trace-filtering technique to reduce space complexity of visualization information, and a graph abstraction technique to reduce visual complexity of nested parallelism and critical sections in the filtered trace. The graph abstraction of partial-order relation and race information is effective for understanding program execution and detecting to eliminate races, because the user can examine control flow of program and locations of races in a structural fashion.

      더보기

      참고문헌 (Reference)

      1 R. H. B. Netzer, "What Are Race Conditions? Some Issues and Formalizations" 1 (1): 74-88, 1992

      2 Y. J. Kim, "VORD: A Versatile On-the-fly Race Detection Tool in OpenMP Programs" 42 (42): 900-930, 2014

      3 D. Zernik, "Using Visualization Tools to Understand Concurrency" IEEE 9 (9): 87-92, 1992

      4 D. P. Helmbold, "TraceViewer:A Graphical Browser for Trace Analysis" UCSC 1990

      5 L. Lamport, "Time, Clocks, and the Ordering of Events in a Distributed System" ACM 21 (21): 558-565, 1978

      6 E. Kraemer, "The Visualization of Parallel Systems : An Overview" 18 (18): 105-117, 1993

      7 J. Garcia, "Scalable Visualization of Parallel Systems" 1994

      8 J. Kim, "Scalable On-the-fly Detection of the First Races in Parallel Programs" ACM 345-352, 1998

      9 Y. Kim, "Scalable Monitoring Technique for Detecting Races in Parallel Programs with Locking" KISS 11 (11): 44-53, 2000

      10 Y. K. Jun, "Scalable Monitoring Technique for Detecting Races in Parallel Programs" IEEE 340-347, 2000

      1 R. H. B. Netzer, "What Are Race Conditions? Some Issues and Formalizations" 1 (1): 74-88, 1992

      2 Y. J. Kim, "VORD: A Versatile On-the-fly Race Detection Tool in OpenMP Programs" 42 (42): 900-930, 2014

      3 D. Zernik, "Using Visualization Tools to Understand Concurrency" IEEE 9 (9): 87-92, 1992

      4 D. P. Helmbold, "TraceViewer:A Graphical Browser for Trace Analysis" UCSC 1990

      5 L. Lamport, "Time, Clocks, and the Ordering of Events in a Distributed System" ACM 21 (21): 558-565, 1978

      6 E. Kraemer, "The Visualization of Parallel Systems : An Overview" 18 (18): 105-117, 1993

      7 J. Garcia, "Scalable Visualization of Parallel Systems" 1994

      8 J. Kim, "Scalable On-the-fly Detection of the First Races in Parallel Programs" ACM 345-352, 1998

      9 Y. Kim, "Scalable Monitoring Technique for Detecting Races in Parallel Programs with Locking" KISS 11 (11): 44-53, 2000

      10 Y. K. Jun, "Scalable Monitoring Technique for Detecting Races in Parallel Programs" IEEE 340-347, 2000

      11 D. Citron, "Parallel Activity Roadmaps" Elsevier Science 593-596, 1994

      12 B. Kuhn, "OpenMP versus Threading in C/C++" 12 (12): 1165-1176, 2000

      13 OpenMP Architecture Review Board, "OpenMP Application Programming Interface, Version 4.5"

      14 Y. K. Jun, "On-the-fly Detection of the First Races in Programs with Nested Parallelism" CSREA 1549-1560, 1996

      15 Message Passing Interface Forum, "MPI: A Message-Passing Interface Standard, version 3.1"

      16 S. Utter-Honig, "Graphical Animation of Parallel Fortran Programs" ACM/IEEE 491-500, 1991

      17 K. Ha, "Efficient on-the-fly detection of first races in nested parallel programs" 75-84, 2004

      18 IEEE, "Draft Standard for Information Technology: Portable Operating System Interface (POSIX)"

      19 A. Dinning, "Detecting Access Anomalies in Programs with Critical Sections" ACM 85-96, 1991

      20 C. E. McDowell, "Debugging Concurrent Programs" 21 (21): 593-622, 1989

      21 A. Dinning, "An Empirical Comparison of Monitoring Algorithms for Access Anomaly Detection" ACM 1-10, 1990

      22 D. Kim, "An Effective Tool for Debugging Races in Parallel Programs" CSREA 117-126, 1997

      더보기

      동일학술지(권/호) 다른 논문

      분석정보

      View

      상세정보조회

      0

      Usage

      원문다운로드

      0

      대출신청

      0

      복사신청

      0

      EDDS신청

      0

      동일 주제 내 활용도 TOP

      더보기

      주제

      연도별 연구동향

      연도별 활용동향

      연관논문

      연구자 네트워크맵

      공동연구자 (7)

      유사연구자 (20) 활용도상위20명

      인용정보 인용지수 설명보기

      학술지 이력

      학술지 이력
      연월일 이력구분 이력상세 등재구분
      2027 평가예정 재인증평가 신청대상 (재인증)
      2021-01-01 평가 등재학술지 유지 (재인증) KCI등재
      2018-01-01 평가 등재학술지 선정 (계속평가) KCI등재
      2017-12-01 평가 등재후보로 하락 (계속평가) KCI등재후보
      2013-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2011-11-23 학술지명변경 외국어명 : THE JOURNAL OF The KOREAN Institute Of Maritime information & Communication Science -> Journal of the Korea Institute Of Information and Communication Engineering KCI등재
      2011-11-16 학회명변경 영문명 : International Journal of Information and Communication Engineering(IJICE) -> The Korea Institute of Information and Communication Engineering KCI등재
      2011-11-14 학회명변경 한글명 : 한국해양정보통신학회 -> 한국정보통신학회
      영문명 : 미등록 -> International Journal of Information and Communication Engineering(IJICE)
      KCI등재
      2010-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2008-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2005-01-01 평가 등재학술지 선정 (등재후보2차) KCI등재
      2004-01-01 평가 등재후보 1차 PASS (등재후보1차) KCI등재후보
      2002-07-01 평가 등재후보학술지 선정 (신규평가) KCI등재후보
      더보기

      학술지 인용정보

      학술지 인용정보
      기준연도 WOS-KCI 통합IF(2년) KCIF(2년) KCIF(3년)
      2016 0.23 0.23 0.27
      KCIF(4년) KCIF(5년) 중심성지수(3년) 즉시성지수
      0.24 0.22 0.424 0.11
      더보기

      이 자료와 함께 이용한 RISS 자료

      나만을 위한 추천자료

      해외이동버튼