Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
uva
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
uva
Commits
14d73821
Commit
14d73821
authored
Jul 10, 2011
by
Taddeüs Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ModSim ass4 taddeus: Some final changed before hand-in.
parent
fac39f68
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
modsim/ass4_taddeus/ring/Makefile
modsim/ass4_taddeus/ring/Makefile
+1
-1
modsim/ass4_taddeus/ring/report/Makefile
modsim/ass4_taddeus/ring/report/Makefile
+1
-1
modsim/ass4_taddeus/vibstring/Makefile
modsim/ass4_taddeus/vibstring/Makefile
+1
-1
modsim/ass4_taddeus/vibstring/par.c
modsim/ass4_taddeus/vibstring/par.c
+1
-1
modsim/ass4_taddeus/vibstring/report/Makefile
modsim/ass4_taddeus/vibstring/report/Makefile
+1
-1
modsim/ass4_taddeus/vibstring/seq.c
modsim/ass4_taddeus/vibstring/seq.c
+1
-1
No files found.
modsim/ass4_taddeus/ring/Makefile
View file @
14d73821
...
@@ -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
modsim/ass4_taddeus/ring/report/Makefile
View file @
14d73821
...
@@ -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
modsim/ass4_taddeus/vibstring/Makefile
View file @
14d73821
...
@@ -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
modsim/ass4_taddeus/vibstring/par.c
View file @
14d73821
...
@@ -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
;
...
...
modsim/ass4_taddeus/vibstring/report/Makefile
View file @
14d73821
...
@@ -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
modsim/ass4_taddeus/vibstring/seq.c
View file @
14d73821
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment