Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] module usage


Craig,

At Los Alamos, we use modules to set environment to run LANL installed tools like compilers. I'm wondering who else within listening distance is using modules? Apparently LLNL is not, at least on the machine I tried. (A module is just a shell script that set a users environment variables).

We use them here at the University of Oregon. Why do you ask? Are you thinking of adding some capability for Eclipse/Java to interact with Environment Modules? For those who are unaware:

http://modules.sourceforge.net/

I've found the python interface, envmod.py, to be very useful in writing regression tests that iterate over compilers and mpi implementations.

Alan


Back to the top