ABC: a double-conversion compiler/solver for nanoscience calculus
Author
Kulik, Igor O.
Date
2003Source Title
Proceedings of the 2003 Nanotechnology Conference and Trade Show, Nanotech 2003
Publisher
Computational Publications
Volume
2
Pages
531 - 534
Language
English
Type
Conference PaperItem Usage Stats
118
views
views
36
downloads
downloads
Abstract
"CompLab" ("Compiler Laboratory") or "ABC" ("Advanced Basic-C") is a double conversion compiler working in two parallel regimes (A and B) one of which is similar to that of MATLAB while the other is a professional compilation routine similar to C and FORTRAN languages. Double-conversion scheme of compilation allows making advantage of both the simplicity of used code (program, commands) and at the same time of the power of C language in speed and in the capacity of CPU memory usage. The "A" regime allows for on-line calculation of multidimensional integrals, eigenvalues of large matrices, roots of nonlinear equations, plotting functions and their derivatives, etc. The "B" regime is an exportable program of conversion from the pseudobasic input code to C-code, compilation and solution. The C-code is fit for usage in any computational platform including Windows, OS/2, Linux and Unix machines.