source: proiecte/GAIIA/Makefile @ 122

Last change on this file since 122 was 122, checked in by (none), 14 years ago
File size: 434 bytes
Line 
1CC=g++
2CFLAGS=-Wall -c -fopenmp
3
4all:graf
5
6graf:
7        mpicxx -Wall -o graf -fopenmp Nod.cpp Muchie.cpp Graf.cpp Task.cpp TaskGraf.cpp Procesor.cpp ProcesorGraf.cpp Generator.cpp main.cpp GeneticOperators.cpp Evaluator.cpp Selection.cpp Selection.h Evaluator.h GeneticOperators.h Graf.h Genetic.cpp Genetic.h Generator.h Population.cpp Population.h
8
9#run: mpirun -n 2 /home/mihai/Desktop/ParallelPP/graf
10
11clean:
12        rm graf
13        rm *.h.gch
14       
15
16 
17
Note: See TracBrowser for help on using the repository browser.