Commit 14d73821 authored by Taddeüs Kroes's avatar Taddeüs Kroes

ModSim ass4 taddeus: Some final changed before hand-in.

parent fac39f68
...@@ -7,4 +7,4 @@ test: ring_test.o ...@@ -7,4 +7,4 @@ test: ring_test.o
ring: ring.o ring: ring.o
clean: clean:
rm -vf *.o test ring rm -vf *.o ring *.pyc
...@@ -5,4 +5,4 @@ report.pdf: report.tex ...@@ -5,4 +5,4 @@ report.pdf: report.tex
pdflatex $^ pdflatex $^
clean: clean:
rm report.pdf *.log *.aux rm report.pdf *.log *.aux *.out *.toc
...@@ -7,4 +7,4 @@ seq: seq.o ...@@ -7,4 +7,4 @@ seq: seq.o
par: par.o par: par.o
clean: clean:
rm -vf *.o seq par out*.txt rm -vf *.o seq par out*.txt *.pyc
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <math.h> #include <math.h>
#include <mpi.h> #include <mpi.h>
//#define VERBOSE #define VERBOSE
double **y = NULL; double **y = NULL;
int tasks, rank, steps, start; int tasks, rank, steps, start;
......
...@@ -5,4 +5,4 @@ report.pdf: report.tex ...@@ -5,4 +5,4 @@ report.pdf: report.tex
pdflatex $^ pdflatex $^
clean: clean:
rm report.pdf *.log *.aux rm report.pdf *.log *.aux *.out *.toc
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include <string.h> #include <string.h>
#include <math.h> #include <math.h>
//#define VERBOSE #define VERBOSE
double **y = NULL, dx; double **y = NULL, dx;
int steps, time; int steps, time;
......
Markdown is supported
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