-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
27 lines (15 loc) · 932 Bytes
/
readme.txt
File metadata and controls
27 lines (15 loc) · 932 Bytes
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
Please Note that every Atomic Model Folder contains Makefile, register.cpp and files needed to run the
that atomic model only.
To run any of the atomic models, source files need to be copied and compiled with included
Makefile.
The final "Makefile" which compiles the all ATM model components is located under
"All nedded file for ATM".
Final copy of "Register.cpp" which contains all components is also in "All nedded file for ATM".
Other copies of Makefile in atomic models folders are incremental copy in which only
subset of models has been specified to be compiled.
Other copies of register.cpp in atomic models folders are incremental copy in which only
subset of models has been registered.
To RUN ATM MODEL:-
---------------------
Copy all files from "All nedded file for ATM" into cygwin home directory and "make" the files.
After compilation, run "DEMOATM.BAT" to execute ATM model.