Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uva
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Taddeüs Kroes
uva
Commits
b0861105
Commit
b0861105
authored
13 years ago
by
Taddeüs Kroes
Browse files
Options
Downloads
Plain Diff
ModSim ass4 taddeus: Merged conflicts.
parents
6ffd29cc
49a5190c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
modsim/ass4_taddeus/vibstring/Makefile
+1
-1
1 addition, 1 deletion
modsim/ass4_taddeus/vibstring/Makefile
modsim/ass4_taddeus/vibstring/par.c
+1
-0
1 addition, 0 deletions
modsim/ass4_taddeus/vibstring/par.c
modsim/ass4_taddeus/vibstring/par.sh
+1
-1
1 addition, 1 deletion
modsim/ass4_taddeus/vibstring/par.sh
with
3 additions
and
2 deletions
modsim/ass4_taddeus/vibstring/Makefile
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
modsim/ass4_taddeus/vibstring/par.c
+
1
−
0
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
;
...
...
This diff is collapsed.
Click to expand it.
modsim/ass4_taddeus/vibstring/par.sh
+
1
−
1
View file @
b0861105
#!/bin/sh
#!/bin/
ba
sh
NUM_PROCESSES
=
${
1
-4
}
# Default: 4 processes
RSH_AGENT
=
rsh
MPI_HOSTFILE
=
~/.mpirun.machines
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment