summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/fs/multiclient/tasks/fsx-mpi.yaml.disabled
blob: 266447d358799296424105bf4ee605e8925257a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# make sure we get the same MPI version on all hosts
os_type: ubuntu
os_version: "14.04"

tasks:
- pexec:
    clients:
      - cd $TESTDIR
      - wget http://download.ceph.com/qa/fsx-mpi.c
      - mpicc fsx-mpi.c -o fsx-mpi
      - rm fsx-mpi.c
      - ln -s $TESTDIR/mnt.* $TESTDIR/gmnt
- ssh_keys:
- mpi:
    exec: sudo $TESTDIR/fsx-mpi -o 1MB -N 50000 -p 10000 -l 1048576 $TESTDIR/gmnt/test
    workdir: $TESTDIR/gmnt
- pexec:
    all:
      - rm $TESTDIR/gmnt
      - rm $TESTDIR/fsx-mpi