• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H03-May-2022-8169

examples/H02-Aug-2021-507351

extrasrc/H02-Aug-2021-10,3229,812

fpoptimizer/H03-May-2022-12,56510,133

lib/H02-Aug-2021-415279

mpfr/H02-Aug-2021-2,0441,605

tests/H03-May-2022-8,5337,170

util/H03-May-2022-9,6338,247

Faddeeva.ccH A D02-Aug-202193 KiB1,6871,298

Faddeeva.hhH A D02-Aug-20212 KiB5112

Makefile.amH A D02-Aug-20218.2 KiB216138

Makefile.inH A D02-Aug-2021266.2 KiB3,2852,981

README.rebuild_fpoptimizerH A D02-Aug-2021676 2014

fparser.ccH A D02-Aug-2021123.7 KiB3,8323,056

fparser.hhH A D02-Aug-20218.3 KiB242154

fparser_ad.ccH A D02-Aug-202141.2 KiB1,298992

fparser_ad.hhH A D02-Aug-20217.7 KiB274128

fparser_gmpint.hhH A D02-Aug-2021578 166

fparser_mpfr.hhH A D02-Aug-2021578 166

fpconfig.hhH A D02-Aug-20213.4 KiB899

fpoptimizer.ccH A D02-Aug-2021559.4 KiB13,29010,147

ignore_opcode_warnings.hhH A D02-Aug-2021430 1711

restore_opcode_warnings.hhH A D02-Aug-2021210 106

run_full_release_testing.shH A D02-Aug-20211.8 KiB3328

testbed.ccH A D02-Aug-2021106.7 KiB3,1012,592

testbed_tests.incH A D02-Aug-2021174.7 KiB11,73111,730

README.rebuild_fpoptimizer

1Use the upstream Makefile to rebuild the fpoptimizer.cc file (only
2necessary after changes to source files in the fpoptimizer
3directory)
4
5> rm -f .dep fpoptimizer.cc
6> make -f Makefile.orig fpoptimizer.cc
7
8Note that the upstream Makefile is patched to add the include path
9necessary to find libmesh_config.h
10
11Limitations:
12
13.) You must have an installed version of LibMesh with a valid
14   libmesh_config.h file $LIBMESH_DIR (or if $LIBMESH_DIR is not set, in
15   ../../installed) for compilation to succeed.
16
17.) Rebuilding fpoptimizer.cc is known to work with most
18   flavors of GCC on GNU/Linux systems.  It is known to *not* work on
19   systems with non-GNU sed, like Mac OSX.
20