You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| .. | ||
| ONI | 3 years ago | |
| example | 3 years ago | |
| example_arprec | 3 years ago | |
| example_cpp | 3 years ago | |
| example_ddfun90 | 3 years ago | |
| example_mpfun90 | 3 years ago | |
| example_qdcpp | 3 years ago | |
| src | 3 years ago | |
| CMakeLists.txt | 3 years ago | |
| COPYING | 3 years ago | |
| Config | 3 years ago | |
| DESCRIPTION | 3 years ago | |
| README | 3 years ago | |
| README-MCFM | 3 years ago | |
| avh_olo.f90 | 3 years ago | |
| clean.sh | 3 years ago | |
| config.sh | 3 years ago | |
| create.py | 3 years ago | |
| make_cuttools | 3 years ago | |
README
########################################################################
If you need more information than provided by this file, contact the author:
Andreas van Hameren <hamerenREMOVETHIS@ifj.edu.pl>
########################################################################
To create a source file for CutTools, execute
$ make -f make_cuttools
########################################################################
To create a static library "libavh_olo.a",
set your Fortran compiler in the file "Config", and execute
$ ./create.py
########################################################################
To create a dynamic library "libavh_olo.so" with gfortran,
set the Fortran compiler in the file "Config" to gfortran, and execute
$ ./create.py dynamic
Put the library "libavh_olo.so" where the linker can find it,
or add its position to the path, eg. in bash:
$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:DirectoryWhereLibraryIs
#####################################################