/global/project/projectdirs/matgen/YOUR_NERSC_USERNAME
which ssh
).~/.ssh/sockets
if it doesn't already exist./.ssh/config
(or create one if it doesn't exist) and add the following:<your_password><OTP>
without any spaces). This will log you onto the cluster and take you to your home directory. You may also find it useful to set up an alias for signing on to HPC resources. To do this, add the following line to your bash_profile:cori
in the command line and pressing enter.sshfs
by downloading the stable releases of macFUSE and SSHFS from this website. Next, make a folder to mount onto:sbatch myscript.sl
in the directory containing the script file.crontab -e
which ssh
). Make sure you have a directory named $HOME/.ssh on your local computer (if not, make it).~/.ssh/sockets
if it doesn't already exist./.ssh/config
(or create one if it doesn't exist) and add the following:<your_password><OTP>
without any spaces). This will take you to your home directory. You may also find it useful to set up an alias for signing on to HPC resources. To do this, add the following line to your bash_profile:savio
in the command line and pressing enter.which ssh
). Make sure you have a directory named $HOME/.ssh on your local computer (if not, make it).<your_pin><OTP>
without any spaces). This will take you to your home directory. You may also find it useful to set up an alias for signing on to HPC resources. To do this, add the following line to your bash_profile:lawrencium
in the command line and pressing enter.salloc --time=24:00:00 --nodes=1 -p es1 --gres=gpu:2 --cpus-per-task=8 --qos=condo_mp_es1 --account=lr_mp
srun --pty -u bash -i
module load mongodb; mongodump --host=<host e.g. mongo01.nersc.gov> --port=20717 --username=<username> --password="<password>" --db="<db_name>" --authenticationDatabase="<db_name (same as --db flag)>" --out="<path to directory>"