Changes between Version 17 and Version 18 of Public/User_Guide/OmpSs-2
- Timestamp:
- Jun 11, 2019, 12:30:38 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/OmpSs-2
v17 v18 5 5 Table of contents: 6 6 * [#QuickOverview Quick Overview] 7 * Quick Setup on DEEP-EST7 * [#QuickSetuponDEEPSystem Quick Setup on DEEP System] 8 8 * Examples 9 9 … … 34 34 * Mercurium official website. [https://www.bsc.es/research-and-development/software-and-apps/software-list/mercurium-ccfortran-source-source-compiler Link 1], [https://pm.bsc.es/mcxx Link 2] 35 35 * Nanos official website. [https://www.bsc.es/research-and-development/software-and-apps/software-list/nanos-rtl Link 1], [https://pm.bsc.es/nanox Link 2] 36 37 38 == Quick Setup on DEEP System == 39 40 OmpSs-2 has already been installed on DEEP and can be utilised by loading the following modules: 41 * `modulepath="/usr/local/software/skylake/Stages/2018b/modules/all/Core:$modulepath"` 42 * `modulepath="/usr/local/software/skylake/Stages/2018b/modules/all/Compiler/mpi/intel/2019.0.117-GCC-7.3.0:$modulepath"` 43 * `modulepath="/usr/local/software/skylake/Stages/2018b/modules/all/MPI/intel/2019.0.117-GCC-7.3.0/psmpi/5.2.1-1-mt:$modulepath"` 44 * `export MODULEPATH="$modulepath:$MODULEPATH"` 45 * `module load OmpSs-2` 46 47 48 36 49 37 50