Skip to content
Snippets Groups Projects
Commit ecddf356 authored by JangJaeuk's avatar JangJaeuk
Browse files

Update README.md

parent 255bbaed
No related branches found
No related tags found
No related merge requests found
# CSE561/SCE412 Project2 201823786_장재욱
## 실행 환경
* Ubuntu 18.04
* gcc/g++ version 6.5.0
* CUDA 10.0
* 12 Physical cores (24 hardware threads)
* NVIDIA TITAN X (Pascal)
## 프로그램 실행법
$ make
$ ./glife sample_inputs/<file_name> <display> <nprocs> <# of generation> <width> <height>
* file_name은 sample_inputs폴더에 있는 파일.
* display가 1이면 세포의 증식 상태를 나타내는 grid와 인덱스를 출력하고 0이면 계산 결과 시간값만 출력.
* nprocs가 1이면 single thread, n(1을 제외한 자연수)이면 multi thread 그리고 0이면 GPU
* # of generation 은 입력할 세대 수
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment