General Lab Information

Running Interactively on the Intel PHI Coprocessors

Sample Interactive Native Job that Uses Launcher
Sample Interactive Native Job that Does Not Use Launcher
Sample Interactive Offload Mode Job (Explicit Memory Copy Model)
Back to HPC1 Documentation

Sample Interactive Native Mode Job that Uses Launcher

cp /software/samples/phi-interactive/native/use-launcher/* ~johndoe/phi-native-use-launcher
cd ~johndoe/phi-native-use-launcher
module load intel
make native
ssh node09
(or node10, node12, node13,...,node16)
cd ~johndoe/phi-native-use-launcher
 ./run-native.sh
Output file is native.log

Top of Page

Sample Interactive Native Mode Job that Does Not Use Launcher

cp /software/samples/phi-interactive/native/no-launcher/* ~johndoe/phi-native-no-launcher
cd ~johndoe/phi-native-no-launcher
module load intel
make native
./run-native-on-coproc.sh
ssh node09-mic0
(unless you modified run-native-on-coproc.sh to use one of node10, node12,...,node16 -mic0 instead)
cd ~johndoe/phi-native-no-launcher
./firstMatrix.mic 1000 2 10
Output will display to screen

Top of Page

Sample Interactive Offload Mode Job (Explicit Memory Copy Model)

cp /software/samples/phi-interactive/offload/* ~johndoe/phi-offload
cd ~johndoe/phi-offload
module load intel
make mic
ssh node09
(or node10, node12, node13, ..., node16)
cd ~johndoe/phi-offload
module load intel
./run-off.sh
Output file is offload.log

Top of Page

Back to HPC1 Documentation