Ignore:
Timestamp:
Sep 25, 2020 7:54:27 AM (4 years ago)
Author:
raasch
Message:

compiler options adjusted for Cray debug configuration file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/.palm.config.crayb_debug

    r3465 r4696  
    2424%cpp_options         -e Z -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -D__parallel -D__netcdf -D__netcdf4 -D__netcdf4_parallel -D__fftw
    2525%make_options        -j 4
    26 %compiler_options    -ei -eD -em -g -R b -K trap=fp,ovf,unf -O0 -hnoomp
    27 %linker_options      -ei -eD -em -g -R b -K trap=fp,ovf,unf -O0 -hnoomp -dynamic
     26%compiler_options    -ei -eD -em -g -R b -K trap=fp,ovf -O0 -hnoomp
     27%linker_options      -ei -eD -em -g -R b -K trap=fp,ovf -O0 -hnoomp -dynamic
    2828%execute_command     aprun  -n {{mpi_tasks}}  -N {{tasks_per_node}}  palm
    2929%execute_command_for_combine     aprun  -n 1  -N 1  ./combine_plot_fields.x
Note: See TracChangeset for help on using the changeset viewer.