Changeset 4083 for palm/trunk/LIB/rrtmg/install_rrtmg
- Timestamp:
- Jul 10, 2019 3:27:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/LIB/rrtmg/install_rrtmg
r3943 r4083 1 #!/bin/ksh 1 #!/bin/ksh 2 2 3 3 # install_rrtmg - install script for creating a RRTMG library … … 22 22 # Current revisions: 23 23 # ------------------ 24 # 25 # 24 # 25 # 26 26 # Former revisions: 27 27 # ----------------- … … 30 30 # 1613 2015-07-08 14:53:29Z maronga 31 31 # Bugfix: compilation of shared library fails due to misplaced rm command 32 # 32 # 33 33 # 1585 2015-04-30 07:05:52Z maronga 34 34 # Initial revision 35 # 35 # 36 36 #--------------------------------------------------------------------------------# 37 37 # install_rrtmg - install script for creating a RRTMG library … … 53 53 # 54 54 55 56 %cpp_options -cpp -D__parallel -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -D__fftw -D__netcdf -D__netcdf4 -D__netcdf4_parallel57 %make_options -j 458 %compiler_options -fpe0 -O3 -xHost -fp-model source -ftz -fno-alias -no-prec-div -no-prec-sqrt -ip -I /muksoft/packages/fftw/3.3.7/mvapich2-2.3rc1/gnu/include/ -I /muksoft/packages/netcdf4_hdf5parallel/4411c_443f/hdf5-1.10.0-patch1/mvapich2-2.3rc1/intel/2018.1.163/include/59 %linker_options -parallel -fpe0 -O3 -xHost -fp-model source -ftz -fno-alias -no-prec-div -no-prec-sqrt -ip -L/muksoft/packages/fftw/3.3.7/mvapich2-2.3rc1/gnu/lib64/ -lfftw3 -L/muksoft/packages/netcdf4_hdf5parallel/4411c_443f/hdf5-1.10.0-patch1/mvapich2-2.3rc1/intel/2018.1.163/lib64/ -lnetcdf -lnetcdff60 61 62 55 compiler_name="mpif90" 63 56 fopts="-cpp -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -fpe0 -O3 -xHost -fp-model source -ftz -fno-alias -no-prec-div -no-prec-sqrt -ip -I /muksoft/packages/fftw/3.3.7/mvapich2-2.3rc1/gnu/include/ -I /muksoft/packages/netcdf4_hdf5parallel/4411c_443f/hdf5-1.10.0-patch1/mvapich2-2.3rc1/intel/2018.1.163/include/" … … 73 66 case $option in 74 67 (p) install_path=$OPTARG;; 75 68 76 69 (\?) printf "\n +++ unknown option $OPTARG \n" 77 70 printf "\n --> type \"$0 ?\" for available options \n" … … 199 192 fi 200 193 201 printf "\n Libraries $prog are installed in \"$install_path\".\n\n" 194 printf "\n Libraries $prog are installed in \"$install_path\".\n\n" 202 195 printf "\n\n *** all actions complete." 203
Note: See TracChangeset
for help on using the changeset viewer.