# ParaView v5.2.0 설치 소개

ParaView는 과학적 데이터 시각화 및 분석을 위한 오픈소스 소프트웨어입니다. 유체역학, 구조해석 등의 분야에서 데이터를 처리하고 시각화 하는데 활용되고 있습니다.

* ParaView 공식 홈페이지 : [https://www.paraview.org](https://www.paraview.org/)

이 문서에서는 ParaView 5.2.0 버전을 컴파일 하여 설치 하는 방법에 대해 예시로 소개합니다.

## **가. 설치 환경**

| 구분                      | 내용                     |
| ----------------------- | ---------------------- |
| 대상 시스템                  | 누리온                    |
| OS Version              | 리눅스 / CentOS 7.9       |
| CPU                     | <p>Intel Xeon Phi 7250 |
| <br>Intel Xeon 6148</p> |                        |
| 컴파일러                    | Intel 2018.3           |
| MPI                     | Intel MPI 2018.3       |
| 기타                      |                        |

## **나. 설치 전 환경 설정**

누리온 시스템에서는 PATH, LD\_LIBRARY\_PATH 설정을 손쉽게 하기 위해서 환경설정 툴인 Module이 구성되어 있으며 이하 설치 소개에서는 module load 를 이용한 환경설정 방법으로 안내 드립니다.

\[ 환경 설정 ]

```shell-session
$ module purge
$ module load intel/18.0.3 impi/18.0.3
$ module load cmake/3.17.4
```

## **다. ParaView v5.2.0 버전 설치 과정**

설치 과정 소개는 tar 를 이용한 압축 해제 방법과 설정 방법등 진행 절차를 위주로 설명하고, 소스 파일 다운로드 등은 생략합니다.

\[설치과정]

```shell-session
$ tar -xzvf ParaView-v5.2.0.tar.gz
$ cd ParaView-v5.2.0
$ mkdir build
$ cd build
$ cmake .. -DVTK_RENDERING_BACKEND=OpenGL
$ make

$ ls bin/paraview
bin/paraview
```

※ 의존 라이브러리 버전 등의 문제로 누리온 시스템에서 ParaView v5.2.0 이후 버전은 사용 불가

※ 다만 하위 버전(4.x) 의 경우 사용이 가능


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-ksc.gitbook.io/blog/install/nurion/nurion-paraview-v5.2.0-install.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
