TP-calcul-parallele/BE/init.sh

7 lines
226 B
Bash
Raw Normal View History

2023-06-23 17:34:09 +00:00
#!/bin/bash
SIMGRID=/mnt/n7fs/ens/tp_guivarch/opt2021/simgrid-3.31
export PATH=${SIMGRID}/bin:${PATH}
alias smpirun="smpirun -hostfile ${SIMGRID}/archis/cluster_hostfile.txt -platform ${SIMGRID}/archis/cluster_crossbar.xml"