Log of /tags/trunk_2074_checkpoint/scripts
Directory Listing
Revision
2075 -
Directory Listing
Modified
Thu Nov 20 11:19:16 2008 UTC
(12 years, 2 months ago)
by
phornby
I am about to make trivial, but extensive changes on the trunk.
This is a temporary checkpoint in case I need to revert.
Revision
1912 -
Directory Listing
Modified
Thu Oct 23 05:08:31 2008 UTC
(12 years, 3 months ago)
by
ksteube
Original Path:
trunk/scripts
Finished wrapper script by setting PATH.
The wrapper script reproduces the environment of the person who built
the software + values specified in his hostname_options.py file. A
user can run a python script without setting any environment variables
or loading any SGI modules.
Revision
1909 -
Directory Listing
Modified
Thu Oct 23 01:47:50 2008 UTC
(12 years, 3 months ago)
by
ksteube
Original Path:
trunk/scripts
Updated the wrapper script to set MPI_NUM_MEMORY_REGIONS=0 to avoid
bug where truncated messages are sent in hybrid runs under MPT MPI
Revision
1804 -
Directory Listing
Modified
Wed Sep 24 07:52:19 2008 UTC
(12 years, 4 months ago)
by
gross
Original Path:
trunk/scripts
a robister version of the upwinding scheme
Revision
1768 -
Directory Listing
Modified
Mon Sep 8 04:32:19 2008 UTC
(12 years, 4 months ago)
by
ksteube
Original Path:
trunk/scripts
ld_lib_path had a path listed twice...removed one
Revision
1756 -
Directory Listing
Modified
Mon Sep 8 01:45:46 2008 UTC
(12 years, 4 months ago)
by
ksteube
Original Path:
trunk/scripts
First version of a wrapper script that sets LD_LIBRARY_PATH and PYTHONPATH
Not yet ready for general use
Revision
1387 -
Directory Listing
Modified
Fri Jan 11 07:45:26 2008 UTC
(13 years ago)
by
trankine
Original Path:
temp/scripts
Restore the trunk that existed before the windows changes were committed to the (now moved to branches) old trunk.
Revision
682 -
Directory Listing
Modified
Mon Mar 27 02:43:09 2006 UTC
(14 years, 10 months ago)
by
robwdcock
Original Path:
trunk/scripts
+ NEW BUILD SYSTEM
This commit contains the new build system with cross-platform support.
Most things work are before though you can have more control.
ENVIRONMENT settings have changed:
+ You no longer require LD_LIBRARY_PATH or PYTHONPATH to point to the
esysroot for building and testing performed via scons
+ ACcESS altix users: It is recommended you change your modules to load
the latest intel compiler and other libraries required by boost to match
the setup in svn (you can override). The correct modules are as follows
module load intel_cc.9.0.026
export
MODULEPATH=${MODULEPATH}:/data/raid2/toolspp4/modulefiles/gcc-3.3.6
module load boost/1.33.0/python-2.4.1
module load python/2.4.1
module load numarray/1.3.3