From 30ec4cd385d3ebd652e6b09de03a6fcc218b875d Mon Sep 17 00:00:00 2001
From: 13512501 <13512501@ld5-01.if.itb.ac.id>
Date: Fri, 12 Feb 2016 15:13:54 +0700
Subject: [PATCH] ubah README dan fix laporan

---
 README.md   | 20 ++++++++++++++++++++
 laporan.txt |  4 ++--
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e69de29..7576ae8 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,20 @@
+Readme Praktikum II IF3230 Sistem Paralel dan Terdistribusi Semester II 2015/2016
+13511001	Thea Olivia
+13512501	Muhammad Nizami
+
+Laporan:
+        laporan.txt
+
+Source code:
+	bucket_sort.c random.c insertion_sort_func.c
+
+Mengkompilasi:
+	mpicc bucket_sort.c -o bucket_sort
+
+	PERHATIAN! jangan coba-coba melakukan linking dengan random.c maupun insertion_sort_func.c karena keduanya diinclude
+
+Menjalankan:
+	mpirun -np <jumlah_proses> bucket_sort --hostfile mpi_hostfile
+
+	INPUT: satu integer desimal menandakan banyak bilangan
+
diff --git a/laporan.txt b/laporan.txt
index fdb0f47..d4009df 100644
--- a/laporan.txt
+++ b/laporan.txt
@@ -1,6 +1,6 @@
-Praktikum II IF3230 Sistem Paralel dan Terdistribusi Semester II 2015/2016
-13512501	Muhammad Nizami
+Laporan Praktikum II IF3230 Sistem Paralel dan Terdistribusi Semester II 2015/2016
 13511001	Thea Olivia
+13512501	Muhammad Nizami
 
 I. Data
 	Berikut ini adalah perbandingan untuk pengurutan array dengan N elemen oleh bucket sort dengan banyak bucket M
-- 
GitLab