Skip to content

Commit

Permalink
all mpi4py tests in a single py file
Browse files Browse the repository at this point in the history
  • Loading branch information
ocramz committed Jul 9, 2016
1 parent a627ad3 commit a95236e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ before_install:
- sudo chmod +x /usr/local/bin/docker-compose

script:
- docker-compose scale mpi_head=1 mpi_node=${NNODES} # &> logfile &
- docker-compose exec --privileged mpi_head mpirun -n ${NNODES} python /home/mpirun/mpi4py_benchmarks/all_tests.py
- docker-compose down
- make main
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AUTH=ocramz
NAME=docker-openmpi
TAG=${AUTH}/${NAME}

NNODES=4
export NNODES=2

.DEFAULT_GOAL := help

Expand Down

0 comments on commit a95236e

Please sign in to comment.