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.
 
 
 
 
 
 
Tobias Neumann 9337bfcf6f MCFM-10.3 release 3 years ago
..
ONI MCFM-10.3 release 3 years ago
example MCFM-10.3 release 3 years ago
example_arprec MCFM-10.3 release 3 years ago
example_cpp MCFM-10.3 release 3 years ago
example_ddfun90 MCFM-10.3 release 3 years ago
example_mpfun90 MCFM-10.3 release 3 years ago
example_qdcpp MCFM-10.3 release 3 years ago
src MCFM-10.3 release 3 years ago
CMakeLists.txt MCFM-10.3 release 3 years ago
COPYING MCFM-10.3 release 3 years ago
Config MCFM-10.3 release 3 years ago
DESCRIPTION MCFM-10.3 release 3 years ago
README MCFM-10.3 release 3 years ago
README-MCFM MCFM-10.3 release 3 years ago
avh_olo.f90 MCFM-10.3 release 3 years ago
clean.sh MCFM-10.3 release 3 years ago
config.sh MCFM-10.3 release 3 years ago
create.py MCFM-10.3 release 3 years ago
make_cuttools MCFM-10.3 release 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

#####################################################