-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathColony.cbp
113 lines (113 loc) · 3.68 KB
/
Colony.cbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Colony" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/colony.x" prefix_auto="1" extension_auto="0" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-W" />
<Add option="-Wall" />
<Add option="-pg" />
<Add option="-g" />
<Add option="-DBZ_DEBUG" />
<Add option="-DBUILD_DEBUG" />
</Compiler>
<Linker>
<Add option="-pg" />
</Linker>
</Target>
<Target title="Intel64">
<Option output="bin/Release/colony_Intel64.x" prefix_auto="1" extension_auto="0" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=nocona" />
<Add option="-O2" />
<Add option="-Wall" />
</Compiler>
</Target>
<Target title="Athlon64">
<Option output="bin/Release/colony_Athlon64.x" prefix_auto="1" extension_auto="0" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=athlon64" />
<Add option="-O2" />
<Add option="-Wall" />
</Compiler>
</Target>
</Build>
<Linker>
<Add library="/usr/lib/libgsl.a" />
<Add library="/usr/lib/libgslcblas.a" />
<Add library="/usr/lib/libblitz.a" />
<Add library="/usr/lib/libboost_filesystem.a" />
</Linker>
<Unit filename="Cell.cpp" />
<Unit filename="Cell.h" />
<Unit filename="CellBase.cpp" />
<Unit filename="CellBase.h" />
<Unit filename="CellCollection.cpp" />
<Unit filename="CellCollection.h" />
<Unit filename="CellLineageGeneration.cpp" />
<Unit filename="CellLineageGeneration.h" />
<Unit filename="CellMilieuChemicalSystem.cpp" />
<Unit filename="CellMilieuChemicalSystem.h" />
<Unit filename="ChemicalSystem.cpp" />
<Unit filename="ChemicalSystem.h" />
<Unit filename="GlobalArray.cpp" />
<Unit filename="GlobalArray.h" />
<Unit filename="GlobalArrayInterface.cpp" />
<Unit filename="GlobalArrayInterface.h" />
<Unit filename="Input.cpp" />
<Unit filename="Input.h" />
<Unit filename="IntegratorContext.cpp" />
<Unit filename="IntegratorContext.h" />
<Unit filename="IntegratorGillespie.cpp" />
<Unit filename="IntegratorGillespie.h" />
<Unit filename="IntegratorGillespieModified.cpp" />
<Unit filename="IntegratorGillespieModified.h" />
<Unit filename="Milieu.cpp" />
<Unit filename="Milieu.h" />
<Unit filename="Output.cpp" />
<Unit filename="Output.h" />
<Unit filename="Param/CellCollectionParam.h" />
<Unit filename="Param/OutputParam.h" />
<Unit filename="Param/SimulatorParam.h" />
<Unit filename="RandomNumberGenerator.cpp" />
<Unit filename="RandomNumberGenerator.h" />
<Unit filename="Simulator.cpp" />
<Unit filename="Simulator.h" />
<Unit filename="State.cpp" />
<Unit filename="State.h" />
<Unit filename="TimeSlice.cpp" />
<Unit filename="TimeSlice.h" />
<Unit filename="TimeSliceCellsAvg.cpp" />
<Unit filename="TimeSliceCellsAvg.h" />
<Unit filename="app.cpp" />
<Unit filename="apptest.cpp">
<Option target="<{~None~}>" />
</Unit>
<Unit filename="debug.h" />
<Unit filename="doxygen_documentation.h" />
<Unit filename="iotools.cpp" />
<Unit filename="iotools.h" />
<Unit filename="../computePropensitiesFunctions.cpp" />
<Unit filename="../computePropensitiesFunctions.h" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>