-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
27 lines (21 loc) · 1.03 KB
/
README
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
CS248 README
Spring 2024
1) Installation
This package is intended to be installed as part of the UCVM framework,
version 17.1.0 or higher. While it is possible to link to this library
using your own C or Fortran code, we recommend using the UCVM suite of
utilities. Most common functions, such as mesh generation and query
capabilities, are already in there.
2) Library
The library ./lib/libcs248.a may be statically linked into any
user application. Also, if your system supports dynamic linking,
you will also have a ./lib/libcs248.so file that can be used
for dynamic linking. The header file defining the API is located
in ./include/cs248.h.
3) Contact the authors
If you would like to contact the authors regarding this software,
please e-mail software@scec.org. Note this e-mail address should
be used for questions regarding the software itself (e.g. how
do I link the library properly?). Questions regarding the model's
science (e.g. on what paper is the GTL based?) should be directed
to the model's authors, located in the AUTHORS file.