Difference between revisions of "HPC:SCons"
From HPC wiki
| Line 1: | Line 1: | ||
| + | [[category:HPC:module]] | ||
=== SCons === | === SCons === | ||
SCons v2.0.1 is installed by default across all the compute nodes. If you require a more current version like v2.3.1 for instance, you can load it as module. | SCons v2.0.1 is installed by default across all the compute nodes. If you require a more current version like v2.3.1 for instance, you can load it as module. | ||
Latest revision as of 21:24, 5 February 2026
SCons
SCons v2.0.1 is installed by default across all the compute nodes. If you require a more current version like v2.3.1 for instance, you can load it as module.
Usage
To load the SCons v2.3.1 module, follow these instructions:
[asrini@node061 ~]$ module load scons-2.3.1-1 [asrini@node061 ~]$ which scons /opt/local/bin/scons [asrini@node061 ~]$ scons --version SCons by Steven Knight et al.: script: v2.3.1, 2014/03/02 14:18:15, by garyo on lubuntu engine: v2.3.1, 2014/03/02 14:18:15, by garyo on lubuntu engine path: ['/opt/local/lib/scons-2.3.1/SCons'] Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 The SCons Foundation
