Hoffman2:Software Tools:Profumo: Difference between revisions

From Center for Cognitive Neuroscience
Jump to navigation Jump to search
 
Line 3: Line 3:
This module is provided with Singularity.  
This module is provided with Singularity.  


Since Singularity requires [[Hoffman2:Software_Tools:CentOS_7#CCN_modules_for_CentOS_7|CentOS 7]], the following should be run on a CentOS 7 node.
Since Singularity requires [[Hoffman2:Software_Tools:CentOS_7#CCN_modules_for_CentOS_7|CentOS 7]], the following command lines should be run on a CentOS 7 node.


  module load singularity
  module load singularity
  singularity shell --userns /u/project/CCN/apps/profumo/0.11.3/profumo.sif
  singularity shell --userns /u/project/CCN/apps/profumo/0.11.3/profumo.sif
  exit. ##to stop container
  exit. ##to stop container

Latest revision as of 22:22, 16 August 2021

Profumo

This module is provided with Singularity.

Since Singularity requires CentOS 7, the following command lines should be run on a CentOS 7 node.

module load singularity
singularity shell --userns /u/project/CCN/apps/profumo/0.11.3/profumo.sif
exit. ##to stop container