Skip to content
Snippets Groups Projects
Commit 74f74e94 authored by Heri Fauzan's avatar Heri Fauzan
Browse files

cara pemakaian readme

parent 1b827ef9
No related merge requests found
Pipeline #12313 failed with stages
Makefile 0 → 100644
EXECS=radix
NVCC?=nvcc
all: ${EXECS}
radix: src/radix_cuda.cu
${NVCC} -o radix src/radix_cuda.cu
clean:
rm ${EXECS}
\ No newline at end of file
# Petunjuk penggunaan program.
1. Buka folder utama (yang berisi doc, src, test) menggunakan command prompt
2. Lalu jalankan <strong>make</strong> maka akan menghasilkan executable file <strong>radix</strong>
3. Lalu jalankan executable file dengan:
```bash
./radix <ukuran array> <jumlah thread>
```
Semisal ingin menggunakan array berukuran 10000 dengan 4 thread maka akan menjadi
```bash
./radix 10000 4
```
# Pembagian tugas.
- Mahdiar Naufal (),
- Heri Fauzan (),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment