Step 1: Login to HPC
You will get username & password once HPC account is made
Open WSL/Ubuntu and type ssh username@172.25.0.81 to login to HPC
Once entering password you will get this screen
Please do not perform any tasks here, go to root directory and store data there.
Step 2: Copying files from PC to HPC
Use WinSCP app to copy files from PC to HPC (Download Link)
After opening you will get this type of prompt, In host name enter 172.25.0.81 then enter your username, password
To login.
After login you will get this type of screen, now to enter root folder, open console as shown below.
Click here
In the command line type: cd/scratch/data/username
After hitting command you will enter root folder where files are saved
Now just drag & drop case setup files here
Step 3: Making batch file
In order to run the case on HPC we need to submit batch file, sample batch file given below:
Batch file contains sequence of operations to be performed, it may differ from case to case
Now to run the case type sbatch batch.sh in terminal like below,
After submitting job, to view the current status of job, use command tail –f slurm-(job name)
Finally, once the simulation is done, just copy back files from HPC to local PC as shown in step 2.