New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
use_intel_hpc.sh in NEMO/branches/UKMO/NEMO_4.0-TRUNK_r14960_HPG/ukmo_utils – NEMO

source: NEMO/branches/UKMO/NEMO_4.0-TRUNK_r14960_HPG/ukmo_utils/use_intel_hpc.sh

Last change on this file was 15724, checked in by dbruciaferri, 2 years ago

updating for xios_path

File size: 315 bytes
Line 
1#!/bin/bash
2
3# This environment works on
4#  -) xcfl0?
5#  -) xcel0?
6#  -) xcslc?
7
8module load XIOS-PrgEnv/2.0/24708
9module swap PrgEnv-cray PrgEnv-intel
10module swap intel intel/18.0.5.274
11module swap gcc gcc/6.1.0
12module load subversion-1.8/1.8.18
13
14export xios_path=/home/d00/hadcv/xios/builds/2.5/trunk/2131/ifort
15
Note: See TracBrowser for help on using the repository browser.