Skip to content
Snippets Groups Projects
Commit 14d73821 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

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

parent fac39f68
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,4 @@ test: ring_test.o
ring: ring.o
clean:
rm -vf *.o test ring
rm -vf *.o ring *.pyc
......@@ -5,4 +5,4 @@ report.pdf: report.tex
pdflatex $^
clean:
rm report.pdf *.log *.aux
rm report.pdf *.log *.aux *.out *.toc
......@@ -7,4 +7,4 @@ seq: seq.o
par: par.o
clean:
rm -vf *.o seq par out*.txt
rm -vf *.o seq par out*.txt *.pyc
......@@ -4,7 +4,7 @@
#include <math.h>
#include <mpi.h>
//#define VERBOSE
#define VERBOSE
double **y = NULL;
int tasks, rank, steps, start;
......
......@@ -5,4 +5,4 @@ report.pdf: report.tex
pdflatex $^
clean:
rm report.pdf *.log *.aux
rm report.pdf *.log *.aux *.out *.toc
......@@ -3,7 +3,7 @@
#include <string.h>
#include <math.h>
//#define VERBOSE
#define VERBOSE
double **y = NULL, dx;
int steps, time;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment