Git Product home page Git Product logo

documentation's Introduction

Public Documentation for Sigma2 HPC Services

Served via https://documentation.sigma2.no

Unless explicitly noted, all text on this website is made available under the Creative Commons Attribution license (CC-BY-4.0) with attribution to the Sigma2/NRIS.

How the GitHub pages are built

How the documentation works

Please see How to modify infohub or public documentation.

documentation's People

Contributors

angainor avatar bast avatar benteb avatar bhmevik avatar bjorgve avatar blindij avatar danzelot avatar dhanyapushpadas avatar dhanyaroshin avatar elijazz avatar eta000 avatar gabrielgerez avatar hrnagel avatar jeromebp avatar johnfloan avatar jornaa avatar jornane avatar lorandsz avatar lszentannai avatar marteks avatar mvhulten avatar sabry-razick avatar sabryr avatar sabryr2 avatar sirikal avatar stigrj avatar truib avatar tveito avatar vegarde avatar vetlewoie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

documentation's Issues

suggested updates adjusted to Fram

File: documentation/software/userinstallsw/python.md

Setup and installation with pip

it is suggested to use: use 'module list Python' to see all

  • using module list Python on Fram leads to
$ module list Python

Currently Loaded Modules Matching: Python
  None found.

Perhaps this needs to be updated in the documentation to only be available on Saga.

Load conda module

it is suggested:

$ ml purge
$ ml avail conda
$ ml Miniconda3/4.6.14
  • using ml avail conda on Fram leads to
$ ml avail conda

--------------------------------------------------------------------- /cluster/modulefiles/all ---------------------------------------------------------------------
   Anaconda2/2018.12    Anaconda2/2019.07    Anaconda3/2019.07

Use "module spider" to find all possible modules.
Use "module keyword key1 key2 ..." to search for all possible modules matching any of the "keys".


Hence, Miniconda3 is not installed on Fram, but on Saga.

update python versions

File: documentation/software/installed_software/fram_modules.md

Python


Installed versions:
should be updated with Python/3.8.6-GCCcore-10.2.0 or the newest version available.

Request for information on serial and parallel R jobs

Dear All,

I am a user of Saga and would like to ask you if you could please point me to some information regarding how to run R jobs in Saga. I have found some information (source code) but no examples of how to run R jobs from R scripts, rather than from bash scripts.

In a previous HPC I used, I would have an R script (.R or .Rmd) along with a .com script. In the .com script, there was a call to the R module and a call to the R script. An example of a .com script for a serial job is below:

#$ -S /bin/bash

#$ -q serial
#$ -N name_of_my_job

source /etc/profile

module add R/4.0.2

R CMD BATCH --no-save name_of_my_job.R

Last, the .com script (for instance, named name_of_my_job.com) would be run in the HPC terminal with the following command:

qsub -m e -M [email protected] -l h_vmem=25G name_of_my_job.com

The system for parallel jobs was essentially the same, with subtle but important differences.

Thank you very much for your attention

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.