Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] PTP and modules

On Saturday, April 28, 2012 12:00:08 Jeffrey Overbey wrote:
> Yes, that's probably not as intended.  There's a signature it's looking 
> for in the output of "module help" which, I guess, it's not finding
> with 
> that machine's Modules installation.  (There's at least one
> non-standard 
> version of Modules floating around, so it has to be a bit cautious.)  
> Could you please run the following commands and e-mail me the
> output.txt 
> file it creates?  Thanks!
>
> $ bash
> $ module help >output.txt 2>&1
> $ module -t list >>output.txt 2>&1
> $ module -t avail >>output.txt 2>&1
>
> Jeff

Jeff,

you didn't ask for it, but I collected a few more information on modules on 
the two systems. Hopefully it helps and it is not confusing.

di69job@i01r12s30:~> type module
module is a function
module () 
{ 
    eval $($MODULE_BIN/modulecmd.tcl bash $*)
}


[pospiech@jugene3 ~]$ type module
module is a function
module () 
{ 
    eval `'/usr/local/bin/tclsh' '/usr/local/module/modulecmd.tcl' 'sh' $*`
}
[pospiech@jugene3 ~]$ tail -10 .bashrc
export PS1="[\u@\h \W]\\$ " 
export CVS_RSH=/usr/bin/ssh

alias which="type -path"

if [ -f /usr/local/modules/modulecmd.tcl ]
then
  eval `tclsh /usr/local/modules/modulecmd.tcl sh autoinit`
fi


-- 

Mit freundlichen Grüßen / Kind regards

Dr. Christoph Pospiech
High Performance & Parallel Computing
Phone: +49-351 86269826
Mobile: +49-171-765 5871
E-Mail: christoph.pospiech@xxxxxxxxxx
-------------------------------------------------------------------------------------------------------------------------------------------
IBM Deutschland GmbH / Vorsitzender des Aufsichtsrats: Martin Jetter
Geschäftsführung: Martina Koederitz (Vorsitzende), Reinhard Reschke, Dieter 
Scholz, Gregor Pillen, Joachim Heel, Christian Noll
Sitz der Gesellschaft: Ehningen / Registergericht: Amtsgericht Stuttgart, HRB 
14562 / WEEE-Reg.-Nr. DE 99369940 



Back to the top