Commit b0861105 authored by Taddeüs Kroes's avatar Taddeüs Kroes

ModSim ass4 taddeus: Merged conflicts.

parents 6ffd29cc 49a5190c
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
......
......@@ -3,6 +3,7 @@
#include <string.h>
#include <math.h>
#include <mpi.h>
#include <assert.h>
double **y = NULL;
int tasks, rank, steps, start;
......
#!/bin/sh
#!/bin/bash
NUM_PROCESSES=${1-4} # Default: 4 processes
RSH_AGENT=rsh
MPI_HOSTFILE=~/.mpirun.machines
......
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