Search

Search Funnelback University

Search powered by Funnelback
41 - 60 of 72 search results for news |u:wikis.ch.cam.ac.uk
  1. Fully-matching results

  2. SVN setup - CUC3

    https://wikis.ch.cam.ac.uk/cuc3/wiki/index.php/SVN_setup
    6 Jan 2021: These variables will now be automatically set when you open a new shell, but for now, we need to load them manually. ... Whenever you introduce a new keyword or feature, it should be documented.
  3. CamCASP/ToDo/diskIO - CUC3

    https://wikis.ch.cam.ac.uk/cuc3/wiki/index.php/CamCASP/ToDo/diskIO
    6 Jan 2021: I should find a concrete example that compares the old and new, but till I do that, here are some numbers for a calculation done on the new quad-core machine
  4. Other useful scripts - CUC3

    https://wikis.ch.cam.ac.uk/cuc3/wiki/index.php/Other_useful_scripts
    6 Jan 2021: a symbolic link to the file's new location and leaving all other files untouched.
  5. Backup strategy - CUC3

    https://wikis.ch.cam.ac.uk/cuc3/wiki/index.php/Backup_strategy
    6 Jan 2021: Running out of space on existing JBODs. Workstations tend to contain archives of old user accounts because new users need old users' data (or PI wants to hang onto it) but ... So we need a gigantic new JBOD to accomodate the growing data.
  6. OS X and Linux tips - CUC3

    https://wikis.ch.cam.ac.uk/cuc3/wiki/index.php/OS_X_and_Linux_tips
    6 Jan 2021: perl -pi -e 's/old string/new string/' list_of_files. is equivalent to. for file in list_of_files; do sed -e 's/old string/new string/' $file > tmp mv
  7. Remastering Knoppix - CUC3

    https://wikis.ch.cam.ac.uk/cuc3/wiki/index.php/Remastering_Knoppix
    6 Jan 2021: KNOPPIX_remastered | nice -5. /create_compressed_fs - 65536 > masterISO/KNOPPIX/KNOPPIX. Then boot up SuSE and copy the new compressed file over your old /KNOPPIX/KNOPPIX. ... Boot the knoppix system to test the new KNOPPIX file. Keep going round and
  8. CamCASP/Programming/6 - CUC3

    https://wikis.ch.cam.ac.uk/cuc3/wiki/index.php/CamCASP/Programming/6
    6 Jan 2021: filestatus = character(3): OLD/old or NEW/new or OVR/ovr or ADD/add! NEW: This is a new file to be opened! ... NEW). In the latter case, any existing file by the same name is over-written!
  9. Optimising a path - CUC3

    https://wikis.ch.cam.ac.uk/cuc3/wiki/index.php/Optimising_a_path
    6 Jan 2021: Eventually additions of new connections to the database will no longer reduce the rate constant.
  10. Useful PBS scripts - CUC3

    https://wikis.ch.cam.ac.uk/cuc3/wiki/index.php/Useful_PBS_scripts
    6 Jan 2021: This causes many "interesting" issues when I attempted to use the RESTART files for new calculations.
  11. Git-NECI - CUC3

    https://wikis.ch.cam.ac.uk/cuc3/wiki/index.php/Git-NECI
    6 Jan 2021: git checkout branchname' will allow you to swap branches, and 'git checkout -b newbranchname' will allow you to create a new branch. ... If you are in the middle of something, then want to work on something else, you can either create a new branch, or
  12. Adding a model to GMIN - CUC3

    https://wikis.ch.cam.ac.uk/cuc3/wiki/index.php/Adding_a_model_to_GMIN
    6 Jan 2021: Adding a model to GMIN. From CUC3. This is rough outline of the subrounties that need to be changed to add a new model to GMIN.
  13. Adding a model for PATHSAMPLE - CUC3

    https://wikis.ch.cam.ac.uk/cuc3/wiki/index.php/Adding_a_model_for_PATHSAMPLE
    6 Jan 2021: Adding a model for PATHSAMPLE. From CUC3. Under Construction. This is rough outline of the subrounties that need to be changed to add a new model to GMIN. ... connectodata.f -- print out new output structures start.<n>, finish.<n>,. --mp466 00:24, 8 July
  14. Environment modules - CUC3

    https://wikis.ch.cam.ac.uk/cuc3/wiki/index.php/Environment_modules
    6 Jan 2021: If you do module avail after loading the use.own module, you'll see there's a new section: /home/${USER}/privatemodules.
  15. CamCASP/Programming/9 - CUC3

    https://wikis.ch.cam.ac.uk/cuc3/wiki/index.php/CamCASP/Programming/9
    6 Jan 2021: New code: make_T_AO_mono 1 6.58 Old code: make_T_AO_mono 1 65.06. This speed-up occurs for all systems I've looked at.
  16. NECI-testcode - CUC3

    https://wikis.ch.cam.ac.uk/cuc3/wiki/index.php/NECI-testcode
    6 Jan 2021: NECI-testcode. From CUC3. This is a new page to post info on how to migrate the test code between machines, as was done between discovery and scepter recently. ... Note that new benchmarks need to be produced if the number of cores changes as certain
  17. Talk:Catherine Pitt - CUC3

    https://wikis.ch.cam.ac.uk/cuc3/wiki/index.php/Talk:Catherine_Pitt
    6 Jan 2021: The ACML on tardis was already fixed (this is where I found the note) and I've done the new FFTW module on tardis (won't go live until I unleash
  18. Mek-quake Queueing system - CUC3

    https://wikis.ch.cam.ac.uk/cuc3/wiki/index.php/Mek-quake_Queueing_system
    6 Jan 2021: Mek-quake Queueing system. From CUC3. Please write your thoughts about the mek-quake queueing system here. And please sign your posts! --Catherine 16:26, 21 June 2006 (BST). My thoughts are that what works best on most of the other clusters to keep
  19. Wales Group Version control - CUC3

    https://wikis.ch.cam.ac.uk/cuc3/wiki/index.php/Wales_Group_Version_control
    6 Jan 2021: Note that Google Reader has a delay in updating the feeds, so you won't see new logs up to an hour after they are created and are visible with Firefox.
  20. Useful Python Scripts - CUC3

    https://wikis.ch.cam.ac.uk/cuc3/wiki/index.php/Useful_Python_Scripts
    6 Jan 2021: This is especially helpful when trying to reorder code for a cleaner flow, trying to remove issues leading to circular dependencies, or for becoming familiar with the structure of a new
  21. NECI Re-write - CUC3

    https://wikis.ch.cam.ac.uk/cuc3/wiki/index.php/NECI_Re-write
    6 Jan 2021: Sets of defaults that can be called via a date. New memory book-keeping scheme in place. ... Currently the old routines just call the new ones with some of the options set to a default value.

Refine your results

Related searches for news |u:wikis.ch.cam.ac.uk

By topic

Search history

Recently clicked results

Recently clicked results

Your click history is empty.

Recent searches

Recent searches

Your search history is empty.