aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2019-04-26 12:25:09 +0200
committerWojtek Kosior <kwojtus@protonmail.com>2019-04-26 12:25:09 +0200
commit843b625a3ff670cbe86b7acae817217edf3a2b9d (patch)
tree735328ac2a0137091352d774eb35ab00199578d1
parentfe8d3ccb571fb68513f63bd517212c3069599fd8 (diff)
downloadfortran-assignment1-843b625a3ff670cbe86b7acae817217edf3a2b9d.tar.gz
fortran-assignment1-843b625a3ff670cbe86b7acae817217edf3a2b9d.zip
add README.md
-rw-r--r--README.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b53e02c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,44 @@
+#Rozwiązanie zadania - mnożenie macierzy w fortranie#
+Niniejsze repozytorium zawiera realizację [zadania pierwszego](link do pdf'a) kursu jęzka fortran na AGH w Krakowie
+
+##Struktura repozytorium##
+
+ CMakeLists.txt
+ README.md
+ build/
+ src/
+ blockmath.F90
+ testing.F90
+ naivemath.F90
+ bettermath.F90
+ main.F90
+ dotmath.F90
+ bettermath2.F90
+ res/
+ dot_16
+ dot_8
+ mat_8
+ bett2_4
+ bett_4
+ bett2_8
+ block_4
+ naiv_8
+ mat_16
+ bett_8
+ naiv_4
+ block_8
+ naiv_16
+ mat_4
+ dot_4
+ bett_16
+ block_16
+ bett2_16
+
+####CmakeLists.txt####
+This file contains CMake definitions for building fortran sources. It does not, however, define the actions of running the program, generating results, nor plotting
+
+####src/####
+This directory contains the fortran sources of the project, namely modules sources `*math.F90` and main program source `main.F90`
+
+####res/####
+This directory contains text results of matrix multiplication time measuring (files without extension)