Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • SWIFTsim SWIFTsim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 57
    • Issues 57
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • SWIFT
  • SWIFTsimSWIFTsim
  • Merge requests
  • !993

Add -march=core-avx2 for AMD CPUs compiled using ICC

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Peter W. Draper requested to merge intel-amd-optimization into master Jan 07, 2020
  • Overview 21
  • Commits 3
  • Changes 1

Speeds up self-gravity on my EAGLE_50 tests using Intel/2018 plus:

./configure --with-tbbmalloc --with-parmetis --enable-debug

full steps go from 155 down to 105 (x2 in log message included some I/O). These are MPI runs on a single node using all the cores (4x16=64).

Only known to work for EPYC at Durham, but patterns for other AMDs that claim AVX2 support are included. See:

https://www.amd.com/system/files/documents/compiler-options-guide-amd-epyc-7xx1-series-processors.pdf

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: intel-amd-optimization