Hi Zachary,
See also http://easybuild.readthedocs.org/en/latest/Configuration.html.
The relation of command line parameters to corresponding environment
variables is explained at
http://easybuild.readthedocs.org/en/latest/Configuration.html#supported-configuration-types
and
http://easybuild.readthedocs.org/en/latest/Configuration.html#environment-variables,
and also at the bottom of the output of "eb --help".
regards,
Kenneth
On 03/02/15 19:31, Jack Perdue wrote:
Try:
EASYBUILD_INSTALLPATH
EASYBUILD_SUBDIR_SOFTWARE # which you have
EASYBUILD_SOURCEPATH
EASYBUILD_BUILDPATH
see the output from:
eb --help | grep -e --source -e --install -e --build -e
--subdir-software
for what variable to prepend EASYBUILD_ onto.
Jack Perdue
Lead Systems Administrator
High Performance Research Computing
TAMU Division of Research
[email protected] http://sc.tamu.edu
SC Helpdesk: [email protected]
On 02/03/2015 12:22 PM, [email protected] wrote:
I'm trying to set bash environment variables for EB. Below are the
ones that
are not being correctly used when set. Do I have the names incorrect
maybe? I
was just following the same convention used for setting
EASYBUILD_MODULES_TOOL.
EASYBUILD_INSTALL_PATH=/software
EASYBUILD_SUBDIR_SOFTWARE=
EASYBUILD_SOURCE_PATH=/software/src
EASYBUILD_BUILD_PATH=/software/src/build
When set, EB does not look in /software/src for any compressed sources.
I know I can pass a config file when using the eb command, but in this
instance I'd rather not do that.