source: XIOS/xios_training/compile_xios.sh @ 2200

Last change on this file since 2200 was 2059, checked in by ymipsl, 3 years ago

XIOS TRAINING : update hands-on

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 388 bytes
Line 
1#!/bin/bash
2
3#For unbuntu VM XIOS is already compiled (XIOS_COMPILED), try to compiling it by yourself in XIOS_TO_COMPILE directory
4cd ./XIOS_TO_COMPILE
5./make_xios --prod --arch linux_ubuntu --job 4
6
7# for other systems, adapt the arch files to your architecture or choose an ready one
8#  example for IRENE computer
9
10# cd ./XIOS_COMPILED
11# ./make_xios --prod --arch X64_IRENE --job 4
12
Note: See TracBrowser for help on using the repository browser.