Skip to content
Snippets Groups Projects
Commit 2e0b2be1 authored by Juniardi Akbar's avatar Juniardi Akbar
Browse files

Fix folder

parent f0cac967
No related merge requests found
File added
File added
File deleted
CC = gcc CC = gcc
flags = -g -Wall -o flags = -g -Wall -o
output = main output = ../bin/mp_main
file = omp_hello.c file = dijsktra_omp.c
openmp_directive = -fopenmp openmp_directive = -fopenmp
seq_file = dijsktra-sequential.c seq_file = dijsktra_sequential.c
seq_out = seq_main seq_out = ../bin/seq_main
make : make :
$(CC) $(flags) $(output) $(file) $(openmp_directive) $(CC) $(flags) $(output) $(file) $(openmp_directive)
......
File moved
File moved
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