######################################################################## # Notes for using PAMR (and other parallel applications) on various # machines/systems ######################################################################## ######################################################################## # bh1.phas.ubc.ca ######################################################################## # In .cshrc or equivalent setenv HOMEMWC /d/bh0/home/matt # In .aliases or equivalent alias pidbg64 "source $HOMEMWC/scripts/soINTEL64-mpi-dbg" alias piopt64 "source $HOMEMWC/scripts/soINTEL64-mpi" # Then execute ,.. piopt64 pidbg64 # to enable optimizing, debugging compilation, respectively # If you want to use as default, add one of the following to .cshrc piopt64 > /dev/null pidbg64 > /dev/null ######################################################################## # orcinus.westgrid.ca ######################################################################## # In .cshrc or equivalent setenv HOMEMWC /home/matt # In .aliases or equivalent alias piopt "source $HOMEMWC/scripts/soINTEL-mpi-orc" # Then execute ,.. piopt # ... to enable optimizing compilation # If you want to use as default, add to .cshrc piopt > /dev/null ######################################################################## # grex.westgrid.ca ######################################################################## # In .cshrc or equivalent setenv HOMEMWC /home/matt # In .aliases or equivalent alias piopt "source $HOMEMWC/scripts/soINTEL-mpi-grex" # Then execute ,.. piopt # ... to enable optimizing compilation # If you want to use as default, add to .cshrc piopt > /dev/null ######################################################################## # login.scinet.utoronto.ca ######################################################################## # In .cshrc or equivalent setenv HOMEMWC /home/m/matt/matt # In .aliases or equivalent a piopt "source $HOMEMWC/scripts/soINTEL-mpi-scinet" # Then execute ,.. piopt # ... to enable optimizing compilation # If you want to use as default, add to .cshrc piopt > /dev/null