In the previous Data Storage hands-on section, you should have copied the class scripts to your /data area. If you skipped or missed that section, type
hpc-classes biowulfnow. This command will copy the scripts and input files used in this online class to your /data area, and will take about 5 minutes.
In the following session, you will submit a batch job for Plink, a whole-genome association analysis program. If you're not familiar with whole genome analysis or Plink, don't worry -- this is just an example. The basic principles of job submission are not specific for Plink.
cd /data/$USER/hpc-classes/biowulf/plink # look at the batch script -- these are the same commands you would type on a command line # (use Ctrl-C to end the 'more' process) more plink.bat # submit the job sbatch plink.bat # check if it's in the queue squeue -u $USER # try the 'sjobs' command to see the status of your job sjobs
Answer
Answer
Answer
Answer
Answer
In most cases, the Biowulf application webpages will indicate whether an application is single-threaded or multi-threaded. You may also need to read the documentation for the application, as some applications like R have a mix of single-threaded and multi-threaded packages.