Hoffman2:Software Tools:CentOS 7: Difference between revisions

From Center for Cognitive Neuroscience
Jump to navigation Jump to search
(Created page with " == Hoffman CentOS 7 == At this point, partial of Hoffman's work nodes are upgraded to CentOS 7. === CCN Apps for CentOS 7=== To use CCN applications in Hoffman2 ==== For i...")
 
Line 5: Line 5:


=== CCN Apps for CentOS 7===
=== CCN Apps for CentOS 7===
To use CCN applications in Hoffman2
To use CCN applications in Hoffman2, you'll need to specify the new module files for CentOS 7 for interactive mode or batch mode


==== For interactive mode ====
==== For interactive mode ====

Revision as of 21:51, 12 August 2021

Hoffman CentOS 7

At this point, partial of Hoffman's work nodes are upgraded to CentOS 7.

CCN Apps for CentOS 7

To use CCN applications in Hoffman2, you'll need to specify the new module files for CentOS 7 for interactive mode or batch mode

For interactive mode

you need to edit your ~/bashrc or ~/bash_profile

gedit ~/bashrc

comment out

#module use /u/project/CCN/apps/modulefiles

Add a line to use modulefiles_rh7

module use /u/project/CCN/apps/modulefiles_rh7

Once you complete editing, start an interactive mode for CentOS 7 node

For batch mode

Add the following line to your batch job file

module use /u/project/CCN/apps/modulefiles_rh7