You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
chortas 6da3e0a7e5 Merge branch 'main' of github.com:medios-porosos-fiuba/simulacion-permeabilidad into improvement-chunk_array-logs 3 years ago
bash Milestone 2 and 3 #2 3 years ago
fftma_module Fix bug in size 3 years ago
test_loop Milestone 2 and 3 #2 3 years ago
tests Fix tests 3 years ago
tools Add logs for chunk_array improvement 3 years ago
utilities Run linter 3 years ago
.gitignore chunk array clean 3 years ago
Makefile Merge branch 'main' of github.com:medios-porosos-fiuba/simulacion-permeabilidad into improvement-chunk_array-logs 3 years ago
README.md Add extra tests to README 3 years ago
config.ini delete extra files 3 years ago
env.sh Milestone 2 and 3 #2 3 years ago
mpirunner.py Run linter 3 years ago
requirements.txt generation performance tests. wip 3 years ago
run_simulation.sh Milestone 2 and 3 #2 3 years ago
script_fortran.sh Milestone 2 and 3 #2 3 years ago
script_install.sh Milestone 2 and 3 #2 3 years ago
script_install_py2.sh Milestone 2 and 3 #2 3 years ago

README.md

Paralelización de simulación de permeabilidad

Instalación de las librerías (Python 3)

make install

Generación de los binarios de conectividad

make binaries

Correr la simulación

make run

Pruebas de integración

make test

Pruebas unitarias

Generacion

make test-gen

Correr las pruebas de performance

make perf

Obtener tiempos de generacion

make time-gen N=<tamaño>

Instalar el binario FFTMA

make fftma

Instalación de las librerías (Python 2)

El sistema actualmente se encuentra migrado a Python3 por lo que no se recomienda correr este script.

./script_install_py2.sh