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

Batch building&testing #3

Merged
merged 56 commits into from
Jul 10, 2016
Merged
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
0af8d09
automating a few things
ocramz Jul 8, 2016
7965eca
trying out compose in travis
ocramz Jul 8, 2016
a8b8a9d
typo
ocramz Jul 8, 2016
2d4769c
typo
ocramz Jul 8, 2016
f00556f
typo
ocramz Jul 8, 2016
0accdb4
typo
ocramz Jul 8, 2016
7462c6c
typo
ocramz Jul 8, 2016
aa31067
trying out everything together
ocramz Jul 8, 2016
a7ed3c4
trying out everything together
ocramz Jul 8, 2016
1540474
trying out everything together
ocramz Jul 8, 2016
d873eab
trying out everything together
ocramz Jul 8, 2016
60d2240
trying out everything together
ocramz Jul 8, 2016
0d18ac6
trying out everything together
ocramz Jul 8, 2016
dbd1e58
trying out everything together
ocramz Jul 8, 2016
93eac5f
typo
ocramz Jul 8, 2016
607b21a
typo
ocramz Jul 8, 2016
368d57c
typo
ocramz Jul 8, 2016
b5fe7ce
typo
ocramz Jul 8, 2016
246353b
typo
ocramz Jul 8, 2016
7409059
typo
ocramz Jul 8, 2016
e1086a7
typo
ocramz Jul 8, 2016
7309665
typo
ocramz Jul 9, 2016
030d41e
typo
ocramz Jul 9, 2016
d89a42f
typo
ocramz Jul 9, 2016
350e93a
typo
ocramz Jul 9, 2016
0878595
typo
ocramz Jul 9, 2016
57bbcef
absolute python script paths
ocramz Jul 9, 2016
7592ed2
all mpi4py tests in a single py file
ocramz Jul 9, 2016
45bf7eb
all mpi4py tests in a single py file
ocramz Jul 9, 2016
a18ec49
all mpi4py tests in a single py file
ocramz Jul 9, 2016
aea6f48
all mpi4py tests in a single py file
ocramz Jul 9, 2016
89b0aae
all mpi4py tests in a single py file
ocramz Jul 9, 2016
a627ad3
all mpi4py tests in a single py file
ocramz Jul 9, 2016
a95236e
all mpi4py tests in a single py file
ocramz Jul 9, 2016
c40bb6f
all mpi4py tests in a single py file
ocramz Jul 9, 2016
886af12
fixed matvec test output
ocramz Jul 9, 2016
5d66fd3
fixed matvec test output
ocramz Jul 9, 2016
d0bdf45
fixed matvec test output
ocramz Jul 9, 2016
ef7a428
fixed matvec test output
ocramz Jul 9, 2016
585bd07
fixed matvec test output
ocramz Jul 9, 2016
a0a16bd
fixed all_tests.py
ocramz Jul 9, 2016
c9683f5
fixed all_tests.py
ocramz Jul 9, 2016
cb9d1e9
upd readme
ocramz Jul 9, 2016
5d22b76
upd readme
ocramz Jul 9, 2016
caec288
upd makefile
ocramz Jul 9, 2016
174d4f7
upd readme
ocramz Jul 9, 2016
cfa7d92
upd readme
ocramz Jul 9, 2016
0cde14f
upd readme
ocramz Jul 9, 2016
f6cee0a
upd readme
ocramz Jul 9, 2016
78165e1
upd readme
ocramz Jul 9, 2016
0ddbe43
upd readme
ocramz Jul 9, 2016
2a80e7d
upd readme
ocramz Jul 9, 2016
8ef570b
upd dockerfile
ocramz Jul 9, 2016
a64cd19
upd dockerfile, using Phusion
ocramz Jul 9, 2016
a872d59
rm run_tests.sh
ocramz Jul 9, 2016
7bfce30
openmpi-checkpoint not present for phusion/baseimage
ocramz Jul 9, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
upd readme
  • Loading branch information
ocramz committed Jul 9, 2016
commit 78165e1f90beab7d8e884b4ac3948882755952e9
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Once all containers are running, you can login into the `mpi_head` node and star
-----------------------------------------
Execute command on node `mpi-head`
-----------
run on 2 MPI ranks
run on 2 MPI ranks
--------------------------------------------------
Command to run (NB: the Python script needs to import MPI bindings)
Command to run (NB: the Python script needs to import MPI bindings)

## Testing

Expand Down