forked from boaguilar/multicell_boolean_networks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
17 lines (12 loc) · 715 Bytes
/
readme.txt
File metadata and controls
17 lines (12 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
The model requires 5 parameters as before.
Two setup two BNs one has to write the two nv vectors in a single file(*.nv). each BN will ocupy a line.
Similarly the varf of each BN should be placed one after another in a single file (*.varf)
Memory is allocated to pass information to all mpi processes
1) Memory for all Voxels
2) Memory for all Cells positions, radius, and type
3) Memory for initial Boolean states of cells, This is variable
4) Memory for definition of N Boolean network
each Boolean network needs the following space
- 3 spaces of S32 for num_nodes, num_varf_rows, num_tt_rows.
- a block of num_nodes*num_varf_rows*sizeof(S32)
- a block of num_nodes*num_tt_rows*sizeof(S32)