Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

ALL CORES: Moving executable from src/ to the mpas root. #9

Merged
merged 3 commits into from
May 2, 2013

Commits on May 1, 2013

  1. Moving executable from src/ to the mpas root.

    $(CORE)_model.exe use to get created in src/ and a symbolic link was
    placed in the root mpas directory. This gets confusing on some machines
    where the link looks like an executable, but you can't actually copy the
    link.
    
    The executable is moved to the MPAS root after it's build rather than
    linking it.
    
    Also, the .exe is removed from the executable.
    douglasjacobsen committed May 1, 2013
    Configuration menu
    Copy the full SHA
    201df2a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2013

  1. Fixing clean targets in Makefiles.

    The clean targets were not updated previously to clean the proper files
    (${CORE}_model in the root directory).
    
    This commit fixes this issue.
    douglasjacobsen committed May 2, 2013
    Configuration menu
    Copy the full SHA
    c840b3d View commit details
    Browse the repository at this point in the history
  2. Updating makefile to move executable if it's built

    If the makefile sees src/${CORE}_model now at the end of the build, it
    will move it to ./${CORE}_model
    douglasjacobsen committed May 2, 2013
    Configuration menu
    Copy the full SHA
    ca96068 View commit details
    Browse the repository at this point in the history