Rocky R Prime

From NIMBioS

Insert example here

Prime Number example code

R serial script

library(foreach)
registerDoSeq()

library(doParallel)

registerDoParallel(40)

R parallel script

library(foreach)
library(doParallel)

registerDoParallel(40)

Slurm submission script

Code

Running the Prime Number example

Uploading the code

Submitting the script

Looking at the results