source: XIOS/trunk/xios_test_suite/launch_compile @ 2338

Last change on this file since 2338 was 1945, checked in by yushan, 4 years ago

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

  • Property svn:executable set to *
File size: 224 bytes
RevLine 
[1801]1#!/bin/bash
[1945]2export COPY_TO_SERVER=false
3if [[ $1 == "--copy" ]]
4then
5  export COPY_TO_SERVER=$2
6  echo "copy to server =" ${COPY_TO_SERVER}
7fi
[1801]8
9source ./load_env
[1812]10mkdir -p BUILD
[1801]11(cd COMPILE && ./compile_${xios_machine_name})
Note: See TracBrowser for help on using the repository browser.