-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathINSTRUCTIONS
executable file
·40 lines (27 loc) · 938 Bytes
/
INSTRUCTIONS
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
===============
1) COMPILATION
================
1.1. Prerequisites
LAPACK:
This packages uses lapack routines to perform matrix manipulations.
The MKL version is also supported
1.2. Compilation instructions
To compile, just type:
./configure [--with-mkl] [--prefix INSTALL_PATH]
make
The binary will be generated in src/generators
To test the program, type:
make test
This will run all the tests in tests/
To move the binary to the installation path (e.g. set by
./configure --prefix=/PATH/TO/INSTALL/FOLDER), type
make install
=============
2) USAGE
============
Provided gen_fcc_state and gen_fcc_dipfile are in your path, type
gen_fcc_state -i input-file [-ft filetype] [-o state_file] [-h]
gen_fcc_dipfile -i input-file [-ft filetype] [-o state_file] [-Si <initial state>] [-Sf <final state>] [-noders] [-h]
To know more about the supported filetypes, consult the help statements in:
gen_fcc_state -h
gen_fcc_dipfile -h