Log of /trunk/bin
Directory Listing
Revision
5148 -
Directory Listing
Modified
Mon Sep 15 01:25:23 2014 UTC
(6 years, 4 months ago)
by
caltinay
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, 6 months ago)
by
caltinay
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, 6 months ago)
by
caltinay
Back to sh-compatibility
Revision
5092 -
Directory Listing
Modified
Mon Jul 7 00:47:44 2014 UTC
(6 years, 6 months ago)
by
sshaw
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, 7 months ago)
by
sshaw
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, 7 months ago)
by
sshaw
making verbose-mode logging accurate
Revision
4970 -
Directory Listing
Modified
Tue May 27 03:47:04 2014 UTC
(6 years, 7 months ago)
by
caltinay
more bashisms removed (valgrind run) from launcher.
Revision
4927 -
Directory Listing
Modified
Fri May 2 02:47:44 2014 UTC
(6 years, 8 months ago)
by
caltinay
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
(6 years, 11 months ago)
by
sshaw
adjusted launcher to run efficiently/properly on raijin
Revision
4665 -
Directory Listing
Modified
Mon Feb 10 03:29:02 2014 UTC
(6 years, 11 months ago)
by
caltinay
This should help running on raijin without damaging anything.
Revision
4664 -
Directory Listing
Modified
Mon Feb 10 01:57:11 2014 UTC
(6 years, 11 months ago)
by
caltinay
Trying to make the shell on osx happy.
Revision
4662 -
Directory Listing
Modified
Sun Feb 9 23:03:45 2014 UTC
(6 years, 11 months ago)
by
caltinay
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, 5 months ago)
by
caltinay
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, 6 months ago)
by
caltinay
Reintegrating changes from 3.4 branch (with changes).
Revision
4483 -
Directory Listing
Modified
Wed Jun 26 02:36:15 2013 UTC
(7 years, 6 months ago)
by
caltinay
Added option to easily run escript with valgrind memcheck.
Revision
4369 -
Directory Listing
Modified
Fri Apr 19 02:32:34 2013 UTC
(7 years, 9 months ago)
by
jfenwick
fix problems revealed on freebsd
Revision
4362 -
Directory Listing
Modified
Tue Apr 16 04:37:13 2013 UTC
(7 years, 9 months ago)
by
caltinay
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
(7 years, 9 months ago)
by
jfenwick
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
(7 years, 10 months ago)
by
caltinay
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, 2 months ago)
by
jfenwick
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, 2 months ago)
by
caltinay
-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, 2 months ago)
by
caltinay
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, 2 months ago)
by
caltinay
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, 2 months ago)
by
caltinay
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, 3 months ago)
by
caltinay
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
(8 years, 9 months ago)
by
jfenwick
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
(8 years, 10 months ago)
by
caltinay
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
(8 years, 11 months ago)
by
caltinay
Merged ripley rectangular domain into trunk.
Revision
3675 -
Directory Listing
Modified
Thu Nov 17 00:53:38 2011 UTC
(9 years, 2 months ago)
by
jfenwick
pasowrap joins the trunk.
Revision
3388 -
Directory Listing
Modified
Mon Nov 29 06:07:07 2010 UTC
(10 years, 1 month ago)
by
caltinay
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, 2 months ago)
by
jfenwick
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, 2 months ago)
by
jfenwick
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, 3 months ago)
by
jfenwick
Merging dudley and scons updates from branches
Revision
3193 -
Directory Listing
Modified
Tue Sep 21 06:56:44 2010 UTC
(10 years, 3 months ago)
by
gross
more clean up in AMG
Revision
3178 -
Directory Listing
Modified
Tue Sep 14 00:31:59 2010 UTC
(10 years, 4 months ago)
by
caltinay
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, 4 months ago)
by
jfenwick
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, 4 months ago)
by
caltinay
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, 5 months ago)
by
caltinay
-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, 6 months ago)
by
jfenwick
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, 6 months ago)
by
jfenwick
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, 6 months ago)
by
jfenwick
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
(10 years, 11 months ago)
by
jfenwick
Bringing non-release specific things from stage3.1 r2922 back to trunk
Revision
2905 -
Directory Listing
Modified
Tue Feb 2 04:26:42 2010 UTC
(10 years, 11 months ago)
by
gross
some missing files.
Revision
2875 -
Directory Listing
Modified
Wed Jan 27 04:09:24 2010 UTC
(10 years, 11 months ago)
by
jfenwick
Updated version string to something which won't keep changing
Revision
2867 -
Directory Listing
Modified
Fri Jan 22 06:28:02 2010 UTC
(10 years, 11 months ago)
by
gross
now option -i is used if no script is given
Revision
2866 -
Directory Listing
Modified
Fri Jan 22 05:38:56 2010 UTC
(10 years, 11 months ago)
by
gross
small fix for the case n=1 under mpi
Revision
2865 -
Directory Listing
Modified
Fri Jan 22 03:19:32 2010 UTC
(10 years, 11 months ago)
by
gross
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, 1 month ago)
by
caltinay
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, 5 months ago)
by
jfenwick
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, 6 months ago)
by
jfenwick
Added matplotlib to the stand-alone path.
Removed VTK
Revision
2530 -
Directory Listing
Modified
Thu Jul 9 06:08:44 2009 UTC
(11 years, 6 months ago)
by
jfenwick
Some changes relating to install from source.
Revision
2510 -
Directory Listing
Modified
Thu Jul 2 05:15:59 2009 UTC
(11 years, 6 months ago)
by
gross
fix for INTELMPI
Revision
2491 -
Directory Listing
Modified
Wed Jun 24 00:03:08 2009 UTC
(11 years, 6 months ago)
by
gross
some modifications to the OPENMPI launcher.
Revision
2462 -
Directory Listing
Modified
Fri Jun 5 06:04:01 2009 UTC
(11 years, 7 months ago)
by
jfenwick
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, 7 months ago)
by
jfenwick
Various numarray erasures
Revision
2409 -
Directory Listing
Added
Tue May 5 06:22:11 2009 UTC
(11 years, 8 months ago)
by
jfenwick
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).