Ignore:
Timestamp:
12/20/19 13:58:18 (5 years ago)
Author:
ymipsl
Message:

XIOS test suite : adapt script for jean-zay
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/xios_test_suite/ENV/jeanzay.env

    r1817 r1819  
    22module load cmake 
    33 
    4 shopt -s expand_aliases 
    5 alias CHMOD="setfacl -R -m u::rwx,u:rpsl565:rwx,u:rpsl954:rwx,u:rgzi016:rwx,g::r-x,o::r-x,m::rwx" 
     4CHMOD() { setfacl -R -m u::rwx,u:rpsl565:rwx,u:rpsl954:rwx,u:rgzi016:rwx,g::r-x,o::r-x,m::rwx "$@" ;} 
     5export -f CHMOD 
    66 
    77export xios_full_machine_name="Jean-Zay" 
Note: See TracChangeset for help on using the changeset viewer.