GithubHelp home page GithubHelp logo

iic3524-distribuidos-t1's Introduction

Tarea 1 HPC

Instrucciones para correr

Se puede correr la versión secuencial y paralela con un solo comando, el script run.sh. Este tiene el siguiente formato:

chmod +x ./run.sh # No olvidemos hacer que sea executable
./run.sh <imagen input> <filtro> <repeticiones>

Los valores por defecto son

variable valor
imagen big.png
filtro blur_3.txt
repeticiones 3

Las imagenes se ubican en ./test/img y son 3: lena.png, big.png y really_big.png

Los filtros se ubican en ./test/kernel y son 2: blur_3.txt y blur_6.txt

El funcionamiento de los filtros consiste en una primera línea que define el alto, una segunda que defina el ancho y luego la matriz a usar. Esto permite tener más filtros que solo blur, a costo de tener que poner los valores a mano en el .txt.

Si se quiere correr solo la versión paralela basta comentar la lína #37 de run.sh

iic3524-distribuidos-t1's People

Watchers

 avatar

iic3524-distribuidos-t1's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.