mirror of
https://github.com/epitaxy/charms.git
synced 2025-12-07 00:15:55 +09:00
Update hpc.sh
This script is for the distributed parallel computing and theoretical calculations.
This commit is contained in:
4
hpc.sh
4
hpc.sh
@@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Install the required packages
|
||||
sudo apt install slurm-client mpi-default-bin slurm-wlm-torque
|
||||
|
||||
@@ -23,4 +25,4 @@ export NO_STOP_MESSAGE=1
|
||||
export ESPRESSO_PSEUDO='/mnt/hpc/pseudo/'
|
||||
|
||||
# Conda environment
|
||||
export PATH=/home/$user/miniconda3/bin:/mnt/hpc/pkgs/pwtk-2.0:$PATH
|
||||
export PATH=/home/$USER/miniconda3/bin:/mnt/hpc/pkgs/pwtk-2.0:$PATH
|
||||
|
||||
Reference in New Issue
Block a user