Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions dist/clusters-presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"numberOfSlots": 32
}
},
"config.sparkmpi.sparkPath": "/data/kitware/SparkMPI",
"config.paraview.installDir": "/data/kitware/opt/paraview",
"config.pyfr.cuda": true,
"config.pyfr.opencl": [],
Expand All @@ -38,6 +39,7 @@
"numberOfSlots": 1
}
},
"config.sparkmpi.sparkPath": "",
"config.paraview.installDir": "/opt/paraview",
"config.pyfr.cuda": true,
"config.pyfr.opencl": [],
Expand Down Expand Up @@ -65,6 +67,7 @@
"numberOfSlots": 1
}
},
"config.sparkmpi.sparkPath": "",
"config.paraview.installDir": "/opt/paraview",
"config.pyfr.cuda": false,
"config.pyfr.opencl": [],
Expand Down
17 changes: 17 additions & 0 deletions samples/spark-mpi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Spark-MPI Workflow

This workflow is currently a work in progress. In this folder there are three project files for a demo:

- `pvw-spark.py` - Spark script
- `start.sh` - Start script
- `TiltSeries_NanoParticle_doi.tif` - Input

These files are based off [Kitware/spark-mpi-experimentation/14-spark-pipeline](https://github.com/Kitware/spark-mpi-experimentation/tree/master/experimentations/14-spark-pipeline).

## ToDo

Figure out how to get the Spark script to communicate back to HPCCloud. Primarily, trigger workflow status changes so the client knows when it's possible to connect to the target machine for visualization.

## Warning

At time of writing the only computer this demo could run on is "Beast" a machine at KSW. To give an idea of a machine this workflow takes, Beast has about 64GB of RAM and starting this workflow with the wrong config can make Beast run out of memory.
Binary file added samples/spark-mpi/TiltSeries_NanoParticle_doi.tif
Binary file not shown.
Loading