Skip to content

Commit

Permalink
moving to top-level directory to encapsulate things
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Jan 19, 2021
1 parent 35f3447 commit 2bd711f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/clean_mpi_native.sh → mpi-native/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PROJ_ROOT=${THIS_DIR}/..

pushd ${PROJ_ROOT} >> /dev/null

source ./docker/mpi-native.env
source ./mpi-native/mpi-native.env

docker-compose \
--file ${COMPOSE_FILE} \
Expand Down
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions docker/mpi-native.env → mpi-native/mpi-native.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FAABRIC_VERSION=0.0.16
FAABRIC_MPI_NATIVE_IMAGE=faasm/faabric-mpi-native:0.0.16
COMPOSE_PROJECT_NAME=faabric-mpi

COMPOSE_FILE="./docker/mpi-native-docker-compose.yml"
ENV_FILE="./docker/mpi-native.env"
COMPOSE_FILE="./mpi-native/mpi-native-docker-compose.yml"
ENV_FILE="./mpi-native/mpi-native.env"

# Deployment-specific
MPI_WORLD_SIZE=1
MPI_WORLD_SIZE=3
MPI_EXAMPLE=mpi_helloworld
2 changes: 1 addition & 1 deletion bin/run_mpi_native.sh → mpi-native/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PROJ_ROOT=${THIS_DIR}/..

pushd ${PROJ_ROOT} >> /dev/null

source ./docker/mpi-native.env
source ./mpi-native/mpi-native.env

# Check for command line arguments
docker-compose \
Expand Down

0 comments on commit 2bd711f

Please sign in to comment.