source: CPL/oasis3/trunk/util/compile/frames/include/Input_check_libs_frm.h @ 1677

Last change on this file since 1677 was 1677, checked in by aclsce, 12 years ago

Imported oasis3 (tag ipslcm5a) from cvs server to svn server (igcmg project).

File size: 844 bytes
Line 
1######################## Input checks : libraries only  ########################
2#
3
4for library in ${list_of_libraries}; do
5  if [ "${library}" != "anaisg" ]   && \
6     [ "${library}" != "anaism" ]   && \
7     [ "${library}" != "blas" ]     && \
8     [ "${library}" != "clim" ]     && \
9     [ "${library}" != "fscint" ]   && \
10     [ "${library}" != "ioipsl" ]   && \
11     [ "${library}" != "lapack" ]   && \
12     [ "${library}" != "linpack" ]   && \
13     [ "${library}" != "mpp_io" ]   && \
14     [ "${library}" != "netcdf90" ] && \
15     [ "${library}" != "psmile" ]   && \
16     [ "${library}" != "scrip" ]    && \
17     [ "${library}" != "libV4" ]    && \
18     [ "${library}" != "svipc" ]    && \
19     [ "${library}" != "support" ];       then
20    echo " Invalid library : "${library}
21    echo " The task is stopped!"
22    exit 1
23  fi
24done
25
Note: See TracBrowser for help on using the repository browser.