Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Experimental fpm build #753

Draft
wants to merge 31 commits into
base: main
Choose a base branch
from
Draft

WIP: Experimental fpm build #753

wants to merge 31 commits into from

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    9275b82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    040f5fa View commit details
    Browse the repository at this point in the history
  3. rm legacy gasnet-1 layer

    rouson committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    cd15f1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b88425 View commit details
    Browse the repository at this point in the history
  5. rm iso-fortran-bindin dir

    rouson committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    574c60d View commit details
    Browse the repository at this point in the history
  6. rm opencoarrays.F90 wrappers

    rouson committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    1198df8 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. temporarily hide tests from fpm

    git mv test tests
    rouson committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    b4ad48d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cda9e57 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. feat(fpm): add experimental run-fpm.sh script

    The script
    1. Installs OpenMPI via homebrew if mpifort is missing.
    2. Builds libopencoarrays.a library.
    3. Runs a parallel "Hello, world!" program in four images.
    rouson committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    fddc89b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. feat(fpm): run-fpm.sh accepts arguments

    This commit eliminates the hardwired, separate build and run steps
    in run-fpm.sh and instead passes an command-line arguments along
    to fpm.  The following now works even with no prior build directory
    present:
    
    ./run-fpm.sh --example hello
    rouson committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    1935b64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e70895f View commit details
    Browse the repository at this point in the history
  3. feat(fpm): add install.sh

    rouson committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    85c699f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. WIP: customize caf script

    rouson committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    74d7313 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Update install.sh

    Co-authored-by: Brad Richardson <everythingfunctional@protonmail.com>
    rouson and everythingfunctional committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    5983fa9 View commit details
    Browse the repository at this point in the history
  2. fix(install.sh): rm typ in mpicc invocation

    Co-authored-by: Brad Richardson <everythingfunctional@protonmail.com>
    rouson and everythingfunctional committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    33d2f01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9f8ba3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7370f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    aec955e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ec6ea2 View commit details
    Browse the repository at this point in the history
  3. update version to 3.0.0

    rouson committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    d4e463e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19a3f04 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    1eaad36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67c9598 View commit details
    Browse the repository at this point in the history
  3. git mv script-templates to src

    rouson committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    36c0b41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    448252f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. Configuration menu
    Copy the full SHA
    2a64b1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad2bfc8 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    41fd892 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e7c0a3 View commit details
    Browse the repository at this point in the history
  3. install.sh: fix #756

    rouson committed May 2, 2022
    Configuration menu
    Copy the full SHA
    8f1de42 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    9c9380f View commit details
    Browse the repository at this point in the history