Commit 74968f71 authored by Ali Safari's avatar Ali Safari
Browse files

seed start and seed end are added.

parent 9190fe2b
Loading
Loading
Loading
Loading

GC.txt

0 → 100644
+8 −0
Original line number Diff line number Diff line
0
1
2
3
4
5
6
7

meson.build

0 → 100644
+17 −0
Original line number Diff line number Diff line
project('hmn-percolation', 'cpp',
  version : '0.1',
  default_options : ['warning_level=3'])

ff = meson.get_compiler('cpp')
#libgomp = ff.find_library('gomp')

#dependency('openmp')

dependency('mpi', language: 'cpp')



exe = executable('percolation',['FileReader.cpp','main.cpp'],
  install : true)
  
test('basic', exe)

percolation_test

0 → 100644
+393 KiB

File added.

No diff preview for this file type.