Changes between Version 2 and Version 3 of doc/app/machine/nec_aurora_imuk
- Timestamp:
- Jan 20, 2020 12:54:58 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/machine/nec_aurora_imuk
v2 v3 18 18 On the NEC-machine only specific software to compile and run PALM is available (NEC Fortran compiler, NetCDF-, FFTW-, and MPI-libraries). Software modules provided by LUIS are not accessible. Following steps describe the PALM installation: 19 19 20 1. Login on the LUIS cluster system, create {{{~/palm/current_version}}} and checkout PALM from the svn-repository. You need to do that on the LUIS login-node, because svn is not installed on the BEC-Aurora. 20 1. Login on the LUIS cluster system, create {{{~/palm/current_version}}} and checkout PALM from the svn-repository. You need to do that on the LUIS login-node, because svn is not installed on the BEC-Aurora. Please install r4370 or later, because earlier versions are not well vectorized for the NEC and will show a very poor performance. 21 21 2. Add line 22 22 {{{ … … 55 55 * In case that two people or more likes to use the machine for longer production runs, we need to discuss with the LUIS administrators how to inlcude the specific Aurora ressources (vector engines) in the SLURM directives, which would be a requirement to submit batch jobs on the machine. 56 56 * trunk/SCRIPTS also contains a configuration file for debugging ({{{.palm.config.aurora_debug}}}). 57 * Currently, only the dynamical core of PALM is well vectorized for the NEC-Aurora. Further optimization for the advection routines and other PALM modules will follow soon (last update Jan 2020).