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

..03-May-2022-

READMEH A D01-Jun-2018838 1815

coding_standards.mdH A D01-Jun-201818.8 KiB197162

README

1
2Development - Spirit of contributions
3-------------------------------------
4
50. Follow guidelines listed in the file coding_standards.txt
6   These are also available at https://civet.berkeley.edu/BerkeleyGW/wiki/CodingStandards
71. These codes are to be used on various machine architectures
8   employing various compilers and libraries. Therefore, try not
9   to write machine-specific code or quick fixes that will have to
10   be reversed later.
112. Limit compilation changes as much as possible to arch.mk and ensure
12   that this is suitable for all codes in Epsilon/, Sigma/, and BSE/.
13   Hopefully individual Makefiles will only require the addition of
14   new source-code files.
153. Test the codes using the examples/ and please augment the examples/
16   with your own test cases (provided they are not too computationally
17   expensive).
18