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
b0861105
Commit
b0861105
authored
Jul 08, 2011
by
Taddeüs Kroes
Browse files
Options
Browse Files
Download
Plain Diff
ModSim ass4 taddeus: Merged conflicts.
parents
6ffd29cc
49a5190c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
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
-0
modsim/ass4_taddeus/vibstring/par.sh
modsim/ass4_taddeus/vibstring/par.sh
+1
-1
No files found.
modsim/ass4_taddeus/vibstring/Makefile
View file @
b0861105
CC
=
mpicc
CFLAGS
=
-Wall
-Wextra
-pedantic
-std
=
c99
-O0
-D_GNU_SOURCE
CFLAGS
=
-Wall
-Wextra
-pedantic
-std
=
c99
-O0
-D_GNU_SOURCE
-g
LDFLAGS
=
-lm
all
:
seq par
...
...
modsim/ass4_taddeus/vibstring/par.c
View file @
b0861105
...
...
@@ -3,6 +3,7 @@
#include <string.h>
#include <math.h>
#include <mpi.h>
#include <assert.h>
double
**
y
=
NULL
;
int
tasks
,
rank
,
steps
,
start
;
...
...
modsim/ass4_taddeus/vibstring/par.sh
View file @
b0861105
#!/bin/sh
#!/bin/
ba
sh
NUM_PROCESSES
=
${
1
-4
}
# Default: 4 processes
RSH_AGENT
=
rsh
MPI_HOSTFILE
=
~/.mpirun.machines
...
...
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