Skip to content
Merged
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
2 changes: 0 additions & 2 deletions docs/workshop/serial_executables.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ den2grd
den2vasp
den2xplor
den2xsf
dispersion.pl
dos.pl
easy-install.pth
elastics.py
f2py
Expand Down
6 changes: 5 additions & 1 deletion docs/workshop/vm_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,13 @@ for exe in $serial_executables; do
prepend_command "castep" "$exe"
done

# alias for dispersion.pl and dos.pl so that they are called outside of the container
alias "dispersion.pl"="/course_materials/dispersion.pl"
alias "dos.pl"="/course_materials/dos.pl"

# an extra alias for the serial version of castep
alias "castep.serial"="castep castep.mpi"

# For the MPI executables, prepend castep-mpi to mpirun
# For the MPI executables, prepend castep-mpi to mpirun
# and that will anyway ensure that the mpi versions of the executables are used
alias "mpirun"="castep mpirun"