RESCOMP Archives

January 2014

RESCOMP@LISTSERV.MIAMIOH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Robin Robin <[log in to unmask]>
Reply To:
Research Computing Support <[log in to unmask]>, Robin Robin <[log in to unmask]>
Date:
Sun, 5 Jan 2014 14:39:09 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (52 lines)
John,

The error
"# ModuleCmd_Switch.c(172):ERROR:152: Module 'python' is currently not loaded"
says that module "python" was not loaded. The module python should be
loaded by default now and you should not get that error message upon
login.

gcc-4.7.2 did not work on ROCKS 6 (after the upgrade). Hence, it's not
available. It needs to get rebuilt on the newer platform. ROCKS 6
comes with gcc 4.4.6 (without needing to do module load command). We
should be able to install GCC 4.8.2 (the latest one) and 4.7.2 on
ROCKS 6. The error messages are "harmless" and you can ignore them for
now if you use the gcc that comes with ROCKS 6.

On Python, ROCKS 6 comes with default the following available, under
/opt/python/bin:
python3.2, python3, python2.7. You don't need to do module load; just
invoke python via its path, such as /opt/python/bin/python3.2 OR just
set PATH under ./.bash_profile to include /opt/python/bin.

We should be able to install python 3.3 on Redhawk; in the mean time,
if python3.2 fits your needs, you can start computing right away.

Thanks,
Robin

On Sun, Jan 5, 2014 at 1:35 PM, Karro, John <[log in to unmask]> wrote:
> Something has broken in my module loading, and as a result I am no longer to
> access the correct versions of gcc or python.
>
> In my .bash_profile file I have:
>
> module swap python python-2.7
> module load gcc-4.7.2
>
>
> When I log in I get the following errors:
>
> ModuleCmd_Switch.c(172):ERROR:152: Module 'python' is currently not loaded
> ModuleCmd_Load.c(200):ERROR:105: Unable to locate a modulefile for
> 'gcc-4.7.2'
> ModuleCmd_Switch.c(172):ERROR:152: Module 'python' is currently not loaded
> ModuleCmd_Load.c(200):ERROR:105: Unable to locate a modulefile for
> 'gcc-4.7.2'
>
>
> This use to work.  What am I doing wrong?
>
>
> Also: is python 3.3 installed?  If

ATOM RSS1 RSS2