Log of /release/5.2/bin
Directory Listing
Revision
6692 -
Directory Listing
Modified
Mon Jun 25 02:31:06 2018 UTC
(2 years, 9 months ago)
by
jfenwick
Fix
Revision
6691 -
Directory Listing
Modified
Mon Jun 25 02:28:12 2018 UTC
(2 years, 9 months ago)
by
jfenwick
Original Path:
5.2/bin
Prep for 5.2
Revision
5266 -
Directory Listing
Modified
Mon Nov 17 06:45:01 2014 UTC
(6 years, 5 months ago)
by
caltinay
Original Path:
trunk/bin
New options 'launcher', 'prelaunch' and 'postlaunch'.
The idea is to avoid system/env-specific hacks to run-escript and provide
a means to configure launchers (i.e. mpirun and friends) at build-time.
Thus bin/run-escript now lives as a template run-escript.in and the actual
launcher is created using the above options when running scons.
Technically not much should have changed as I have tried to set the defaults
to what they were in the original launcher.
Only wheezy_options updated so far until I get feedback...
Revision
5239 -
Directory Listing
Modified
Thu Oct 30 05:36:00 2014 UTC
(6 years, 5 months ago)
by
caltinay
Original Path:
trunk/bin
More cache-friendly version of CPU-based symmetric-CDS-SpMV for block sizes >2.
Revision
5148 -
Directory Listing
Modified
Mon Sep 15 01:25:23 2014 UTC
(6 years, 7 months ago)
by
caltinay
Original Path:
trunk/bin
Merging ripley diagonal storage + CUDA support into trunk.
Options file version has been incremented due to new options
'cuda' and 'nvccflags'.
Revision
5102 -
Directory Listing
Modified
Wed Jul 16 00:46:22 2014 UTC
(6 years, 9 months ago)
by
caltinay
Original Path:
trunk/bin
We were setting --cpus-per-rank without a --bind... option under OpenMPI
but the latter is required according to doco.
This, in combination with setting OMP_PROC_BIND=true, caused all ranks
to run on the same core when running without hostfile (e.g. on guineapig)
so the runtimes exploded.
Added --bind-to-core to fix that issue.
Revision
5094 -
Directory Listing
Modified
Thu Jul 10 02:46:33 2014 UTC
(6 years, 9 months ago)
by
caltinay
Original Path:
trunk/bin
Back to sh-compatibility
Revision
5092 -
Directory Listing
Modified
Mon Jul 7 00:47:44 2014 UTC
(6 years, 9 months ago)
by
sshaw
Original Path:
trunk/bin
fixing lack of thread binding for intel-based OpenMP, gcc unaffected
Revision
4993 -
Directory Listing
Modified
Thu Jun 5 03:04:56 2014 UTC
(6 years, 10 months ago)
by
sshaw
Original Path:
trunk/bin
fixing the launcher to run on all nodes for savanna
Revision
4973 -
Directory Listing
Modified
Wed May 28 06:02:38 2014 UTC
(6 years, 10 months ago)
by
sshaw
Original Path:
trunk/bin
making verbose-mode logging accurate
Revision
4970 -
Directory Listing
Modified
Tue May 27 03:47:04 2014 UTC
(6 years, 10 months ago)
by
caltinay
Original Path:
trunk/bin
more bashisms removed (valgrind run) from launcher.
Revision
4927 -
Directory Listing
Modified
Fri May 2 02:47:44 2014 UTC
(6 years, 11 months ago)
by
caltinay
Original Path:
trunk/bin
Removed the remaining (2) bashism's in run-escript so bash is no longer required.
Revision
4667 -
Directory Listing
Modified
Tue Feb 11 00:47:26 2014 UTC
(7 years, 2 months ago)
by
sshaw
Original Path:
trunk/bin
adjusted launcher to run efficiently/properly on raijin
Revision
4665 -
Directory Listing
Modified
Mon Feb 10 03:29:02 2014 UTC
(7 years, 2 months ago)
by
caltinay
Original Path:
trunk/bin
This should help running on raijin without damaging anything.
Revision
4664 -
Directory Listing
Modified
Mon Feb 10 01:57:11 2014 UTC
(7 years, 2 months ago)
by
caltinay
Original Path:
trunk/bin
Trying to make the shell on osx happy.
Revision
4662 -
Directory Listing
Modified
Sun Feb 9 23:03:45 2014 UTC
(7 years, 2 months ago)
by
caltinay
Original Path:
trunk/bin
Cater for changed interface in sympy 0.7.2.
Also silenced a harmless warning.
Revision
4506 -
Directory Listing
Modified
Wed Jul 24 01:28:42 2013 UTC
(7 years, 8 months ago)
by
caltinay
Original Path:
trunk/bin
run-escript -m now takes an optional argument to allow for different valgrind
tools (callgrind & memcheck supported at the moment).
Revision
4491 -
Directory Listing
Modified
Tue Jul 2 01:10:41 2013 UTC
(7 years, 9 months ago)
by
caltinay
Original Path:
trunk/bin
Reintegrating changes from 3.4 branch (with changes).
Revision
4483 -
Directory Listing
Modified
Wed Jun 26 02:36:15 2013 UTC
(7 years, 9 months ago)
by
caltinay
Original Path:
trunk/bin
Added option to easily run escript with valgrind memcheck.
Revision
4369 -
Directory Listing
Modified
Fri Apr 19 02:32:34 2013 UTC
(8 years ago)
by
jfenwick
Original Path:
trunk/bin
fix problems revealed on freebsd
Revision
4362 -
Directory Listing
Modified
Tue Apr 16 04:37:13 2013 UTC
(8 years ago)
by
caltinay
Original Path:
trunk/bin
Implemented NumpyData downunder source (w/ tests).
Added check of data dimensionality to domainbuilder since data_dim must equal
domain_dim-1 at the moment.
Revision
4342 -
Directory Listing
Modified
Tue Mar 26 02:31:41 2013 UTC
(8 years ago)
by
jfenwick
Original Path:
trunk/bin
get rid of the escript link that snuck in somehow. deal with cases where the root of the install is in a path with spaces in it.
Revision
4322 -
Directory Listing
Modified
Mon Mar 18 00:09:02 2013 UTC
(8 years, 1 month ago)
by
caltinay
Original Path:
trunk/bin
Test for calling I/O redirect or not was wrong... fixed.
Revision
4078 -
Directory Listing
Modified
Fri Nov 16 07:50:49 2012 UTC
(8 years, 5 months ago)
by
jfenwick
Original Path:
trunk/bin
Unit tests for binary install with no scons and no source tree.
Script for installing and testing a .deb within a chroot.
Revision
4058 -
Directory Listing
Modified
Fri Nov 2 06:47:06 2012 UTC
(8 years, 5 months ago)
by
caltinay
Original Path:
trunk/bin
-Ripley now checks for input fs when calling gradient
-interactive mode works again when filename is supplied (typo)
-forward model PDE sets symmetry on now
Revision
4031 -
Directory Listing
Modified
Wed Oct 24 03:36:37 2012 UTC
(8 years, 5 months ago)
by
caltinay
Original Path:
trunk/bin
Added option -x to run xterm to run-escript and replaced a few bashims.
Revision
4030 -
Directory Listing
Modified
Wed Oct 24 00:57:36 2012 UTC
(8 years, 5 months ago)
by
caltinay
Original Path:
trunk/bin
Silenced the no-visit-in-path warning and fixed not-in-path run-escript in
utest.sh.
Revision
4029 -
Directory Listing
Modified
Wed Oct 24 00:29:15 2012 UTC
(8 years, 5 months ago)
by
caltinay
Original Path:
trunk/bin
Reapplied changes from rev. 3853 which got lost in a merge...
Revision
3975 -
Directory Listing
Modified
Thu Sep 20 01:54:06 2012 UTC
(8 years, 7 months ago)
by
caltinay
Original Path:
trunk/bin
Merged symbolic branch into trunk. Curious what daniel and spartacus have to
say...
Revision
3892 -
Directory Listing
Modified
Tue Apr 10 08:57:23 2012 UTC
(9 years ago)
by
jfenwick
Original Path:
trunk/bin
Merged changes across from the attempt2 branch.
This version builds and passes python2 tests.
It also passes most python3 tests.
Revision
3853 -
Directory Listing
Modified
Thu Mar 1 07:25:03 2012 UTC
(9 years, 1 month ago)
by
caltinay
Original Path:
trunk/bin
Fixed hybrid mode when using OpenMPI by adding --cpus-per-rank argument to
mpirun in the launcher. Updated epic options file accordingly.
Revision
3792 -
Directory Listing
Modified
Wed Feb 1 06:16:25 2012 UTC
(9 years, 2 months ago)
by
caltinay
Original Path:
trunk/bin
Merged ripley rectangular domain into trunk.
Revision
3675 -
Directory Listing
Modified
Thu Nov 17 00:53:38 2011 UTC
(9 years, 5 months ago)
by
jfenwick
Original Path:
trunk/bin
pasowrap joins the trunk.
Revision
3388 -
Directory Listing
Modified
Mon Nov 29 06:07:07 2010 UTC
(10 years, 4 months ago)
by
caltinay
Original Path:
trunk/bin
Added quotes around some variables to fix running scripts located in a
directory whose name contains spaces.
Revision
3340 -
Directory Listing
Modified
Mon Nov 8 01:25:58 2010 UTC
(10 years, 5 months ago)
by
jfenwick
Original Path:
trunk/bin
Relax python version check.
Only checks X.Y not X.Y.Z
Fixes mantis #556
Revision
3335 -
Directory Listing
Modified
Wed Nov 3 05:02:57 2010 UTC
(10 years, 5 months ago)
by
jfenwick
Original Path:
trunk/bin
Fix the launcher so that it can give an environment even if buildvars is not present.
Environment now includes scons for standalone builds.
Fixes and cleanup for the install documentation.
scons TEMPLATES updated to define the optionfile version by default.
...mumble
finley no longer imports escript into the default namespace
...
Revision
3259 -
Directory Listing
Modified
Mon Oct 11 01:48:14 2010 UTC
(10 years, 6 months ago)
by
jfenwick
Original Path:
trunk/bin
Merging dudley and scons updates from branches
Revision
3193 -
Directory Listing
Modified
Tue Sep 21 06:56:44 2010 UTC
(10 years, 6 months ago)
by
gross
Original Path:
trunk/bin
more clean up in AMG
Revision
3178 -
Directory Listing
Modified
Tue Sep 14 00:31:59 2010 UTC
(10 years, 7 months ago)
by
caltinay
Original Path:
trunk/bin
Corrected check for python version in launcher, added a function get_buildvar
for convenience.
Revision
3162 -
Directory Listing
Modified
Tue Sep 7 05:29:32 2010 UTC
(10 years, 7 months ago)
by
jfenwick
Original Path:
trunk/bin
Changes to match packages in the debian repo.
Also got rid of lib/pyversion
Revision
3113 -
Directory Listing
Modified
Fri Aug 27 04:04:56 2010 UTC
(10 years, 7 months ago)
by
caltinay
Original Path:
trunk/bin
Fixed commit from rev.2867 which broke the ability to specify script parameters.
Revision
3096 -
Directory Listing
Modified
Thu Aug 19 01:40:52 2010 UTC
(10 years, 8 months ago)
by
caltinay
Original Path:
trunk/bin
-New VisIt simulation control interface in weipa (uses VisIt's simv2)
-Rewrote restarts.py to be a more generic data manager for restarts and exports
-Removed weipa python file since the functionality is now handled by restarts.py
Revision
3059 -
Directory Listing
Modified
Tue Jul 6 03:31:48 2010 UTC
(10 years, 9 months ago)
by
jfenwick
Original Path:
trunk/bin
Fix error message in launcher. Allow non-data objects to be passed to condEval
Revision
3056 -
Directory Listing
Modified
Mon Jul 5 00:07:16 2010 UTC
(10 years, 9 months ago)
by
jfenwick
Original Path:
trunk/bin
Have the escript launcher check the PBS_NODEFILE variable for hosts.
Revision
3047 -
Directory Listing
Modified
Thu Jun 24 00:33:05 2010 UTC
(10 years, 9 months ago)
by
jfenwick
Original Path:
trunk/bin
Adding user name to tmpfiles.
Changing name of cluster options file to savanna from service0
Revision
2923 -
Directory Listing
Modified
Thu Feb 4 04:05:36 2010 UTC
(11 years, 2 months ago)
by
jfenwick
Original Path:
trunk/bin
Bringing non-release specific things from stage3.1 r2922 back to trunk
Revision
2875 -
Directory Listing
Modified
Wed Jan 27 04:09:24 2010 UTC
(11 years, 2 months ago)
by
jfenwick
Original Path:
trunk/bin
Updated version string to something which won't keep changing
Revision
2867 -
Directory Listing
Modified
Fri Jan 22 06:28:02 2010 UTC
(11 years, 2 months ago)
by
gross
Original Path:
trunk/bin
now option -i is used if no script is given
Revision
2866 -
Directory Listing
Modified
Fri Jan 22 05:38:56 2010 UTC
(11 years, 2 months ago)
by
gross
Original Path:
trunk/bin
small fix for the case n=1 under mpi
Revision
2865 -
Directory Listing
Modified
Fri Jan 22 03:19:32 2010 UTC
(11 years, 2 months ago)
by
gross
Original Path:
trunk/bin
launcher for MPI supports now -i option (see mantis 361)
Revision
2806 -
Directory Listing
Modified
Fri Dec 4 06:46:13 2009 UTC
(11 years, 4 months ago)
by
caltinay
Original Path:
trunk/bin
bin/escript:
- bail out early if buildvars is not around
- quote variables to avoid syntax errors
- some work towards POSIX compliance (s/==/=/ in string comparisons)
- escript -V was still spitting out 'pre2.0' -> changed to pre4.0
- fixed minor typos
Revision
2568 -
Directory Listing
Modified
Fri Jul 31 05:37:41 2009 UTC
(11 years, 8 months ago)
by
jfenwick
Original Path:
trunk/bin
Updated install guide to include the correct version of python.
Updated Mac build instructions not to use numarray or frameworks.
Removed (commented out) references to MacPorts in the Mac instructions.
- These need to be updated and Artak isn't here.
Removed (commented out) references to windows in the install guide.
CSIRO won't have a windows release ready yet.
Revision
2541 -
Directory Listing
Modified
Mon Jul 20 00:25:55 2009 UTC
(11 years, 9 months ago)
by
jfenwick
Original Path:
trunk/bin
Added matplotlib to the stand-alone path.
Removed VTK
Revision
2530 -
Directory Listing
Modified
Thu Jul 9 06:08:44 2009 UTC
(11 years, 9 months ago)
by
jfenwick
Original Path:
trunk/bin
Some changes relating to install from source.
Revision
2491 -
Directory Listing
Modified
Wed Jun 24 00:03:08 2009 UTC
(11 years, 9 months ago)
by
gross
Original Path:
trunk/bin
some modifications to the OPENMPI launcher.
Revision
2462 -
Directory Listing
Modified
Fri Jun 5 06:04:01 2009 UTC
(11 years, 10 months ago)
by
jfenwick
Original Path:
trunk/bin
Modified wrapper script to correctly point at numpy in standalone builds.
Updated build from source doco for linux to take numpy into account.
Also removed backticks in favour of $() - it should be the same but latex won't eat them
Revision
2458 -
Directory Listing
Modified
Wed Jun 3 06:18:21 2009 UTC
(11 years, 10 months ago)
by
jfenwick
Original Path:
trunk/bin
Various numarray erasures
Revision
2409 -
Directory Listing
Added
Tue May 5 06:22:11 2009 UTC
(11 years, 11 months ago)
by
jfenwick
Original Path:
trunk/bin
bin/escript is now under version control.
The wrapper template is no longer used.
Extraneous output doc removed from scons during build.
note: finleypython is no longer built (it was deprecated anyway).