Changes between Version 4 and Version 5 of UmFamous
- Timestamp:
- 13/04/16 15:01:58 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UmFamous
v4 v5 7 7 It is a complete UM system but without the need for the complicated 8 8 installation process. 9 Currently it is linux only as it comes with pre-builtexecutables.9 It is linux only as it comes with pre-built small executables. 10 10 It also comes with prebuilt model and reconfiguration executables. 11 If no model code changes are needed, then the se can be used directly11 If no model code changes are needed, then the model executables can be used for model integration 12 12 without the need for any compilation at all on the installation machine. 13 13 The system has the flexibility for local compilation, if required. … … 19 19 20 20 Running without compilation: 21 * Linux system 21 22 * at daemon 22 23 * ksh … … 32 33 2. Edit and append example.profile to your $HOME/.profile 33 34 34 Ensure that there is no other UM setup commands in .profile35 * Ensure that there is no other UM setup commands in .profile 35 36 36 UMDIR should always have um_famous at the end of the path.37 * UMDIR should always have um_famous at the end of the path. 37 38 38 39 3. Then 39 `. $HOME/.profile` 40 {{{ 41 . $HOME/.profile 42 }}} 40 43 41 44 … … 43 46 44 47 5. On the installation machine type: 45 `umsubmit_local -u pumaid runid` 48 {{{ 49 umsubmit_local -u pumaid runid 50 }}} 46 51 6. And the model should be running. Check by: 47 `cd $DATA_DIR/runid` 52 {{{ 53 cd $DATA_DIR/runid 54 tail -f *pe0 55 }}} 48 56 49 `tail -f *pe0` 57 === FAMOUS configuration 58 59 === MPI and gcom 60 61 The model tarball comes complete with a pre-built MPICH3.2 system. The default installation is configured to use this. If the model needs recompilation, or 62 a different MPI system than MPICH3.2 is required to run the model (for example on some clusters), then the model needs to be recompiled on the local system. 63 50 64 51 65 52 66 === Changes from standard UM/FAMOUS 53 67 54 Linux only.68 * Linux only. 55 69 * UM comes as a single pre-configured tarball. 56 70 * UM installation process no longer required. … … 68 82 * Changed paths so that only minimal only two (UMDIR DATA_DIR) need changing. 69 83 * Ensured that system is flexible enough to allow UM experts to configure as they would a standard UM system. 84 * Archiving system fully integrated with model scripts. 70 85 71 86