All public logs

From NIMBioS

Combined display of all available logs of NIMBioS. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:17, 10 April 2023 Jstratt7 talk contribs created page Rocky R HelloWorld (Created page with "= R Code = '''helloworld.R''' <pre> print("Hello World!") </pre> = Batch Script = '''helloworld.run''' <pre> #SBATCH --job-name=R_HELLOWORLD #SBATCH --output=R_hello_%j.out module load R/4.2.1-foss-2022a Rscript helloworld. </pre> = Running Job = <pre> [test_user@rocky7 helloworld]$ pwd /home/test_user/projects/R/helloworld </pre> <pre> [test_user@rocky7 helloworld]$ ls helloworld.R helloworld.run </pre> <pre> [test_user@rocky7 helloworld]$ sbatch helloworld.r...")