CITS3402 High Performance Computing A1

CS&SE – CITS3402 High Performance Computing   CITS3402 High Performance Computing Programming Assignment 1 CITS3402 High Performance Computing Programming Assignment (15% of the total marks) Note: Please read the submission instructions carefully. You must submit according to these instructions. The aim of this programming assignment is to simulate Conway’s Game of Life (GoL) on a

CITS3402 High Performance Computing A1 Read More »

CITS3402 High Performance Computing A2

CS&SE – CITS3402 High Performance Computing   CITS3402 High Performance Computing Assignment 3 Sparse matrix-matrix multiplication using MPI and OpenMP The total marks for this assignment is 20, the assignment can be done in groups of two, or individually. The matrix-matrixi multiplication algorithm using MPI has been discussed thoroughly in the lecture slides. The task

CITS3402 High Performance Computing A2 Read More »

ECMM461 CA2

UNIVERSITY OF EXETER COLLEGE OF ENGINEERING, MATHEMATICS AND PHYSICAL SCIENCES COMPUTER SCIENCE High Performance Computing Continuous Assessment 2 Date Set: 10 March 2022 Date Due: 30 March 2022 Return Date: 4 May 2022 This CA comprises 60% of the overall module assessment. This is an individual exercise and your attention is drawn to the College

ECMM461 CA2 Read More »

ECMM461 CA1 advection2D

/******************************************************************************* 2D advection example program which advects a Gaussian u(x,y) at a fixed velocity Outputs: initial.dat – inital values of u(x,y) final.dat – final values of u(x,y) The output files have three columns: x, y, u Compile with: gcc -o advection2D -std=c99 advection2D.c -lm Notes: The time step is calculated using the CFL condition ********************************************************************************/

ECMM461 CA1 advection2D Read More »

ECMM461 CA1

UNIVERSITY OF EXETER FACULTY OF ENVIRONMENT, SCIENCE AND ECONOMY COMPUTER SCIENCE High Performance Computing Continuous Assessment 1 Date Set: 9 February 2023 Date Due: 27 February 2023 Return Date: 17 March 2023 This CA comprises 40% of the overall module assessment. This is an individual exercise and your attention is drawn to the College and

ECMM461 CA1 Read More »

PROJET 2022 2023 SYNCHRONISEUR DE SYSTEMES DE FICHIERS

PROJET 2022-2023 SYNCHRONISEUR DE SYSTEMES DE FICHIERS Ce projet a pour objectif de créer un synchroniseur de systèmes de fichiers. 1 DESCRIPTION DU PROJET 1.1 Introduction Beaucoup d’utilisateurs d’ordinateurs veulent accéder à leurs fichiers à partir de machines différentes. La méthode la plus pratique consiste à utiliser un seul système de fichiers qui est monté

PROJET 2022 2023 SYNCHRONISEUR DE SYSTEMES DE FICHIERS Read More »