Ignore:
Timestamp:
10/02/20 11:28:27 (4 years ago)
Author:
yushan
Message:

trunk : modif related to compilation before unit tests. No longer compile on login node.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/xios_test_suite/launch_all

    r1889 r1945  
    11#!/bin/bash 
    2  
     2export COPY_TO_SERVER=false 
     3if [[ $1 == "--copy" ]] 
     4then 
     5  export COPY_TO_SERVER=$2 
     6  echo "copy to server =" ${COPY_TO_SERVER} 
     7fi 
    38source ./load_env 
    4 #./copy_html 
    5 ./launch_compile 
    6 ./launch_test_suite 
     9./launch_compile $1 $2 
     10./launch_test_suite $1 $2 
Note: See TracChangeset for help on using the changeset viewer.