From eec0c8a147969dfaf9d2b1a3ffcf109b403b1c31 Mon Sep 17 00:00:00 2001 From: Lucky <lucky.cahyadi@yahoo.com> Date: Fri, 12 Feb 2016 18:10:59 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07fbc6c..3657eb0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ cara compile -mpicc <nama_file> -o <executable_filename> +mpicc [nama_file] -o [executable_filename] cara menjalankan -mpirun -np <n_proses> --hostfile mpi_hostfile <executable_filename> <n_element> <n_proses> \ No newline at end of file +mpirun -np [n_proses] --hostfile mpi_hostfile [executable_filename] [n_element] [n_proses] \ No newline at end of file -- GitLab