RobertsLab / hackweek-2018

0 stars 0 forks source link

Run R on mox? #22

Open sr320 opened 6 years ago

kubu4 commented 6 years ago

R or R Studio? R is already on Mox (buil in; might have to load R Module, can't remember).

On Fri, May 25, 2018, 10:40 Steven Roberts notifications@github.com wrote:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/RobertsLab/hackweek-2018/issues/22, or mute the thread https://github.com/notifications/unsubscribe-auth/AEThOPsxuBOMF7c3rGxU57M-0IXX61e0ks5t2EHxgaJpZM4UOV_W .

sr320 commented 6 years ago

R would be fine.. I guess I do not know what load module on mox is...

On Fri, May 25, 2018 at 10:55 AM kubu4 notifications@github.com wrote:

R or R Studio? R is already on Mox (buil in; might have to load R Module, can't remember).

On Fri, May 25, 2018, 10:40 Steven Roberts notifications@github.com wrote:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/RobertsLab/hackweek-2018/issues/22, or mute the thread < https://github.com/notifications/unsubscribe-auth/AEThOPsxuBOMF7c3rGxU57M-0IXX61e0ks5t2EHxgaJpZM4UOV_W

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/RobertsLab/hackweek-2018/issues/22#issuecomment-392134008, or mute the thread https://github.com/notifications/unsubscribe-auth/AEPHt-EChIA5IZ28gHL90x1uYHpWTfzlks5t2EVlgaJpZM4UOV_W .

sr320 commented 6 years ago

Did find this nice resource: https://github.com/statnet/computing/wiki/Building-R-Packages-on-Hyak

On Fri, May 25, 2018 at 10:58 AM Steven Roberts sr320@u.washington.edu wrote:

R would be fine.. I guess I do not know what load module on mox is...

On Fri, May 25, 2018 at 10:55 AM kubu4 notifications@github.com wrote:

R or R Studio? R is already on Mox (buil in; might have to load R Module, can't remember).

On Fri, May 25, 2018, 10:40 Steven Roberts notifications@github.com wrote:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/RobertsLab/hackweek-2018/issues/22, or mute the thread < https://github.com/notifications/unsubscribe-auth/AEThOPsxuBOMF7c3rGxU57M-0IXX61e0ks5t2EHxgaJpZM4UOV_W

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/RobertsLab/hackweek-2018/issues/22#issuecomment-392134008, or mute the thread https://github.com/notifications/unsubscribe-auth/AEPHt-EChIA5IZ28gHL90x1uYHpWTfzlks5t2EVlgaJpZM4UOV_W .

kubu4 commented 6 years ago

Not at home ATM, but you could try which r and see if it spits out anything.

On Fri, May 25, 2018, 11:02 Steven Roberts notifications@github.com wrote:

Did find this nice resource: https://github.com/statnet/computing/wiki/Building-R-Packages-on-Hyak

On Fri, May 25, 2018 at 10:58 AM Steven Roberts sr320@u.washington.edu wrote:

R would be fine.. I guess I do not know what load module on mox is...

On Fri, May 25, 2018 at 10:55 AM kubu4 notifications@github.com wrote:

R or R Studio? R is already on Mox (buil in; might have to load R Module, can't remember).

On Fri, May 25, 2018, 10:40 Steven Roberts notifications@github.com wrote:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/RobertsLab/hackweek-2018/issues/22, or mute the thread <

https://github.com/notifications/unsubscribe-auth/AEThOPsxuBOMF7c3rGxU57M-0IXX61e0ks5t2EHxgaJpZM4UOV_W

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/RobertsLab/hackweek-2018/issues/22#issuecomment-392134008 , or mute the thread < https://github.com/notifications/unsubscribe-auth/AEPHt-EChIA5IZ28gHL90x1uYHpWTfzlks5t2EVlgaJpZM4UOV_W

.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/RobertsLab/hackweek-2018/issues/22#issuecomment-392136122, or mute the thread https://github.com/notifications/unsubscribe-auth/AEThOD8tdiD4muZ9t1YJQshDyHMth995ks5t2EdSgaJpZM4UOV_W .

kubu4 commented 6 years ago

R is not installed on Mox by default, but is available as a module.

To see available modules:

module avail

Modules that begin with contrib/ are modules that have been put together by other Mox users.

All other modules are modules installed by UW IT.

To load a module (either in a build/interactive/login node):

module load module_name

To run a module in a SLURM job, add that same module load module_name command as a line at the beginning of your SLURM script.