Subversion Repositories programming

Rev

Rev 301 | Rev 305 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 301 Rev 304
Line 1... Line 1...
1
 
1
 
-
 
2
MPICC   = mpicc
2
CC      = gcc
3
CC      = gcc
3
CFLAGS  = -O2 -pipe
4
CFLAGS  = -O2 -pipe
4
 
5
 
5
# targets:
6
# targets:
6
 
7
 
Line 11... Line 12...
11
 
12
 
12
proj1-seq:
13
proj1-seq:
13
	$(CC) $(CFLAGS) proj1-sequential.c -o proj1-seq
14
	$(CC) $(CFLAGS) proj1-sequential.c -o proj1-seq
14
 
15
 
15
proj1-par:
16
proj1-par:
16
	$(CC) $(CFLAGS) proj1-parallel.c -o proj1-par
17
	$(MPICC) $(CFLAGS) proj1-parallel.c -o proj1-par