Parent Directory
|
Revision Log
Sticky Revision: |
intel MPI added.
more escript wrapper stuff
first version of escript command: no MPI support yet.
Added -b option to wrapper script. For the running of non-python binaries.
Added vars for mpi_flavour Output correct version into the user guide
Added new options to the escript wrapper. This populates all the variables described in the documentation but does not necessarily do anything with them. Fixed minor typo in doco.
Made the standalone setup a bit more generic.
Modified script template to explcitly require bash (because of the bash-ism I'm using). Wrapper script also sets up environment for standalone builds if the STANDALONE variable is set. utest.sh will now be generated with executable bit set.
wrapper script construction does not record callers environment.
SConstruct now records the version of python used to build. The wrapper script now checks (where possible) and exits with a warning if the versions do not match.
The escript wrapper now determines ESCRIPT_ROOT based on the position of the script rather than the value inserted at compile time. This is one step towards making binary releases less tied to a known location. SConstruct now keeps escript root at the front of LD_LIBRARY_PATH and PYTHONPATH The wrapper script now accepts a -e arguement. This doesn't actually run anything but outputs a set of exports which one can eval to give you the same environment as the wrapper.
Added instructions on how to install debian package to the install guide. Wrapper script generation now produces two scripts (escript and finleypython). The two are identical - eventually we will remove finleypython. Modified the wrapper script so it will print a message and start the python interpreter if you don't specify a script.
Fixed nightly documentation. Removed time command from wrapper. I thought it was standard UNIX but somebody's system didn't have it, so I removed it.
Fixed wrapper script to OpenMP can run without invoking mpi.
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.
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
Updated tests for new Mesh_readGmsh.c of revision 1814
ld_lib_path had a path listed twice...removed one
First version of a wrapper script that sets LD_LIBRARY_PATH and PYTHONPATH Not yet ready for general use
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
ViewVC Help | |
Powered by ViewVC 1.1.26 |