Ignore:
Timestamp:
03/08/21 19:51:42 (3 years ago)
Author:
ymipsl
Message:

XIOS TRAINING : update hands-on

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/xios_training/compile_xios.sh

    r2044 r2059  
    11#!/bin/bash 
    2 cd ./trunk 
    3 ./make_xios --prod --arch X64_IRENE --job 4 --build_dir ../xios_build 
    42 
     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 TracChangeset for help on using the changeset viewer.