https://github.com/cwsmith/mpiio
demonstrates mpi io library run time error on Stampede MICs with intel 15 and impi 5
https://github.com/cwsmith/mpiio
Last synced: about 1 month ago
JSON representation
demonstrates mpi io library run time error on Stampede MICs with intel 15 and impi 5
- Host: GitHub
- URL: https://github.com/cwsmith/mpiio
- Owner: cwsmith
- License: mit
- Created: 2015-05-05T01:30:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-05T16:27:03.000Z (about 11 years ago)
- Last Synced: 2025-01-11T15:52:28.833Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mpiio
demonstrates mpi io library run time error on Stampede with intel 15 and impi 5
##build
module swap intel intel/15.0.2
module swap mvapich2 impi/5.0.2
mpicc -mmic helloIoWorld.c -o helloIoWorld
##run
module swap intel intel/15.0.2
module swap mvapich2 impi/5.0.2
#using standard method
sbatch -A projectId -p development -t 1 -n 1 -N 1 ./runPhi.sh
#using custom script
sbatch -A projectId -p development -t 1 -n 1 -N 1 ./run-phi-1mic.sh
##error message
The following is output from each process when using runPhi.sh
[0] ERROR - ADIO_Init(): Can't load libmpi_lustre.so library: libmpi_lustre.so: cannot open shared object file: No such file or directory