Difference between revisions of "Group wish list"
Jump to navigation
Jump to search
import>Csw34 |
import>Csw34 |
||
Line 1: | Line 1: | ||
== build.csh script for [[GMIN]] (or make it global) == |
== build.csh script for [[GMIN]] (or make it global) == |
||
− | As for [[OPTIM]], it'd be great if we had a build.csh script that we could use to specify compiler, forcefield etc rather than having to mess with the Makefile each time someone uploads a new version to the svn repository. this needn't just be for GMIN but could be used for all software from the svn root i.e. |
+ | As for [[OPTIM]], it'd be great if we had a build.csh script that we could use to specify compiler, forcefield etc rather than having to mess with the Makefile each time someone uploads a new version to the svn repository. this needn't just be for [[GMIN]] but could be used for all software from the svn root i.e. |
build.csh in ~/svn would be able to (by command line option) |
build.csh in ~/svn would be able to (by command line option) |
||
Line 6: | Line 6: | ||
* allow choice of compiler (pgi,ifort,nag) |
* allow choice of compiler (pgi,ifort,nag) |
||
* allow choice of optimisation level (for testing - it's good to be able to set O0) |
* allow choice of optimisation level (for testing - it's good to be able to set O0) |
||
− | * compile CHARMM if appropriate to include in say the GMIN build (this is only necessary for CHARMM and its compilation also requires a size specification i.e. small, medium, large) |
+ | * compile [[CHARMM]] if appropriate to include in say the [[GMIN]] build (this is only necessary for [[CHARMM]] and its compilation also requires a size specification i.e. small, medium, large) |
* clean everything |
* clean everything |
||
− | *probably more I've forgotten, see the OPTIM build.csh script for more! |
+ | *probably more I've forgotten, see the [[OPTIM]] build.csh script for more! |
Latest revision as of 12:48, 7 January 2009
build.csh script for GMIN (or make it global)
As for OPTIM, it'd be great if we had a build.csh script that we could use to specify compiler, forcefield etc rather than having to mess with the Makefile each time someone uploads a new version to the svn repository. this needn't just be for GMIN but could be used for all software from the svn root i.e.
build.csh in ~/svn would be able to (by command line option)
- compile either GMIN, OPTIM or PATHSAMPLE
- allow choice of compiler (pgi,ifort,nag)
- allow choice of optimisation level (for testing - it's good to be able to set O0)
- compile CHARMM if appropriate to include in say the GMIN build (this is only necessary for CHARMM and its compilation also requires a size specification i.e. small, medium, large)
- clean everything
- probably more I've forgotten, see the OPTIM build.csh script for more!