Makefile.include.amdflang: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 March 2026

  • curprev 08:3508:35, 23 March 2026Wolloch talk contribs 2,563 bytes +2,563 Created page with "{{DISPLAYTITLE:makefile.include.amdflang}} <pre> # Default precompiler options CPP_OPTIONS = -DHOST=\"LinuxGNU\" \ -DMPI -DMPI_BLOCK=8000 -Duse_collective \ -DscaLAPACK \ -DCACHE_SIZE=4000 \ -Davoidalloc \ -Dvasp6 \ -Dtbdyn \ -Dfock_dblbuf \ -DAMDFLANG CPP = cpp --traditional -E -P $*$(FUFFIX) >$*$(SUFFIX) $(CPP_OPTIONS) FC = m..."