Giter Club home page Giter Club logo

fdps's Introduction

About

FDPS (https://github.com/FDPS/FDPS) ported and partially optimized version for SX-Aurora TSUBASA Vector Engine. This is based on FDPS version 7.1.

This is based on "VEOffload" function. On FDPS applications, main program is run on VH and user defined interaction functions are run on VE.

See HOWTO_SAMPLES about how to make/run samples and HOWTO_IMPLEMENTATION about how to implement FDPS applications with VEOffload.

Directories

Directory tee is as a following.

FDPS-SX-Aurora/
  |
  +--  src/: Modified source code.
  |      |
  |      +-- fortran_interface/
  |             |
  |             +-- blueprints_new/: Fortran I/F template with time profile modifications.
  |             +-- blueprints_veo/: Fortran I/F template for VEOffload.
  |
  |
  +--  src_base/: Original source code.
  |
  +--  scripts/
  |      |
  |      +--  gen_ftn_if.py: Original Fortran I/F generation script.
  |      +--  gen_ftn_if_new.py: Fortran I/F generation script with time profile modifications.
  |      +--  gen_ftn_if_veo.py: Fortran I/F generation script for VEOffload.
  |
  +--  sample/
         |
         +--  c++/
         |       |
         |       +--  sph/: Original SPH sample.
         |       +--  sph_veoffload/: SPH sample for VEOffload.
         |       +--  nbody/: Original N-body sample.
         |       +--  nbody_veoffload/: N-body sample for VEOffload.
         |
         +--  fortran/
                 |
                 +--  sph/: Original SPH sample.
                 +--  sph_veoffload/: SPH sample for VEOffload.
                 +--  sph_velib/: Shared library of user defined interaction function run on VE.
                 +--  nbody/: Original N-body sample.
                 +--  nbody_veoffload/: N-body sample for VEOffload.
                 +--  nbody_velib/: Shared library of use defined interaction function run on VE.

The following source files are modified.

1. ps_defs.hpp

2. tree_for_force_impl_force.hpp

3. veo_defs.hpp

fdps's People

Stargazers

Keichi Takahashi avatar

Watchers

Erich Focht avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.