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

..18-Aug-2020-

0READMEH A D25-Feb-20181.1 KiB2216

compapbs.makeH A D28-Feb-2018503 1211

compgui.makeH A D19-Mar-2019639 1615

compile.makeH A D27-Sep-202133.1 KiB589588

compserial.makeH A D27-Sep-202137 KiB589588

debug.makeH A D27-Sep-202124.2 KiB589588

generic.makeH A D27-Sep-202133.1 KiB589588

library.makeH A D02-Oct-20206 KiB519518

link.makeH A D27-Sep-202110 KiB7574

linkapbs.makeH A D27-Sep-202110.9 KiB8180

linkd.makeH A D27-Sep-20213.1 KiB7574

linkgui.makeH A D27-Sep-20218.9 KiB8079

linkserial.makeH A D27-Sep-20218.1 KiB7574

linkstatic.makeH A D27-Sep-20218.7 KiB7574

listing.makeH A D21-Nov-2018453 1211

rename.makeH A D27-Sep-20212.2 KiB7473

0README

1
2               #################################################
3               Tinker Notes for Intel Fortran Compiler for Linux
4               #################################################
5
6         This subdirectory contains a set of script files that can be
7         used to build the Tinker program package on an Intel-based
8         Linux system using the Intel Fortran Compiler for Linux. The
9         use of the "generic.make" compile script restricts the Intel
10         compiler to SSE3-compatible instructions, and the resulting
11         executables should run on most AMD-based machines.
12
13         Building OpenMP parallel executables requires uncommenting
14         the two Intel-specific routine calls kmp_set_stacksize_s and
15         kmp_set_blocksize in the source file initial.f.
16
17         Please note that by default most Linux distributions limit
18         stacksize and datasize for processes, as can be checked via
19         the csh limit command or similar. Calculations on big systems
20         will need these values increased to avoid failure at startup.
21
22