Changeset 4798 for palm/trunk


Ignore:
Timestamp:
Nov 27, 2020 1:09:04 PM (3 years ago)
Author:
schwenkel
Message:

update config files for emmy

Location:
palm/trunk/SCRIPTS
Files:
2 edited

Legend:

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

    r4570 r4798  
    33#name of variable  value of variable (~ must not be used)
    44#----------------------------------------------------------------------------
    5 %base_data           ~/palm/current_version/JOBS
     5%base_data           $HOME/palm/current_version/JOBS
    66%base_directory      $HOME/palm/current_version
    77%source_path         $HOME/palm/current_version/trunk/SOURCE
     
    1717%remote_username     <replace_by_your_HLRN_username>
    1818%ssh_key             id_rsa_hlrn
    19 %defaultqueue        medium40:test
     19%defaultqueue        standard96:test
    2020%submit_command      /cm/shared/batch/bin/sbatch
    2121
     
    2424%cpp_options         -cpp -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -D__lc -D__parallel -D__netcdf -D__netcdf4 -D__netcdf4_parallel -D__intel_compiler -D__fftw
    2525%make_options        -j 4
    26 %compiler_options    -fpe0 -O3 -fp-model source -ftz -xCORE-AVX512 -no-prec-div -no-prec-sqrt -ip -convert little_endian -I /sw/dataformats/netcdf/4.6.3/skl/intel.18_mpi/include -I /home/bekklaus/opt/fftw3_intel18/include
    27 %linker_options      -Wl,-rpath=\\$LD_RUN_PATH \\`nf-config --flibs\\` -L/home/bekklaus/opt/fftw3_intel18/lib -lfftw3
    28 %module_commands     module use /sw/modules/HLRN; module purge; module load HLRNenv sw.skl slurm intel/18.0.5 impi/2018.4 netcdf/4.6.3_intel.18_impi
     26%compiler_options    -fpe0 -O3 -fp-model source -ftz -xCORE-AVX512 -no-prec-div -no-prec-sqrt -ip -convert little_endian -I /sw/dataformats/netcdf/intel.18/4.7.3/skl/include/ -I /sw/numerics/fftw3/impi/intel/3.3.8/skl/include/
     27%linker_options      -Wl,-rpath=\\$LD_RUN_PATH \\`nf-config --flibs\\` -L /sw/numerics/fftw3/impi/intel/3.3.8/skl/lib -lfftw3
     28%module_commands     module use /sw/modules/HLRN; module load HLRNenv sw.skl slurm intel/19.1.2 impi  netcdf-parallel/impi/intel fftw3/impi/intel
    2929%execute_command     srun --propagate=STACK --kill-on-bad-exit -n {{mpi_tasks}} -N {{nodes}} --ntasks-per-node={{tasks_per_node}}  palm
    3030%execute_command_for_combine   srun --propagate=STACK -n 1 --ntasks-per-node=1  combine_plot_fields.x
     
    6262IC:export I_MPI_FABRICS=shm:ofi
    6363IC:export I_MPI_OFI_PROVIDER=psm2
     64IC:export I_MPI_ADJUST_ALLTOALL=3
     65IC:export I_MPI_HYDRA_BRANCH_COUNT=128
    6466IC:module list
    6567
  • palm/trunk/SCRIPTS/.palm.config.atosg_debug

    r4570 r4798  
    33#name of variable  value of variable (~ must not be used)
    44#----------------------------------------------------------------------------
    5 %base_data           ~/palm/current_version/JOBS
     5%base_data           $HOME/palm/current_version/JOBS
    66%base_directory      $HOME/palm/current_version
    77%source_path         $HOME/palm/current_version/trunk/SOURCE
     
    1717%remote_username     <replace_by_your_HLRN_username>
    1818%ssh_key             id_rsa_hlrn
    19 %defaultqueue        medium40:test
     19%defaultqueue        standard96:test
    2020%submit_command      /cm/shared/batch/bin/sbatch
    2121
     
    2424%cpp_options         -cpp -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -D__lc -D__parallel -D__netcdf -D__netcdf4 -D__netcdf4_parallel -D__intel_compiler -D__fftw
    2525%make_options        -j 4
    26 %compiler_options    -fpe0 -check -check nooutput_conversion -traceback -g -O0 -align all -ftz -xCORE-AVX512 -no-prec-div -no-prec-sqrt -ip -convert little_endian -I /sw/dataformats/netcdf/4.6.3/skl/intel.18_mpi/include -I /home/bekklaus/opt/fftw3_intel18/include
    27 %linker_options      -Wl,-rpath=\\$LD_RUN_PATH \\`nf-config --flibs\\` -L/home/bekklaus/opt/fftw3_intel18/lib -lfftw3
    28 %module_commands     module use /sw/modules/HLRN; module purge; module load HLRNenv sw.skl slurm intel/18.0.5 impi/2018.4 netcdf/4.6.3_intel.18_impi
     26%compiler_options    -fpe0 -check -check nooutput_conversion -traceback -g -O0 -align all -ftz -xCORE-AVX512 -no-prec-div -no-prec-sqrt -ip -convert little_endian -I /sw/dataformats/netcdf/intel.18/4.7.3/skl/include/ -I /sw/numerics/fftw3/impi/intel/3.3.8/skl/include/
     27%linker_options      -Wl,-rpath=\\$LD_RUN_PATH \\`nf-config --flibs\\` -L /sw/numerics/fftw3/impi/intel/3.3.8/skl/lib -lfftw3
     28%module_commands     module use /sw/modules/HLRN; module load HLRNenv sw.skl slurm intel/19.1.2 impi  netcdf-parallel/impi/intel fftw3/impi/intel
    2929%execute_command     srun --propagate=STACK --kill-on-bad-exit -n {{mpi_tasks}} -N {{nodes}} --ntasks-per-node={{tasks_per_node}}  palm
    3030%execute_command_for_combine   srun --propagate=STACK -n 1 --ntasks-per-node=1  combine_plot_fields.x
     
    6262IC:export I_MPI_FABRICS=shm:ofi
    6363IC:export I_MPI_OFI_PROVIDER=psm2
     64IC:export I_MPI_ADJUST_ALLTOALL=3
     65IC:export I_MPI_HYDRA_BRANCH_COUNT=128
    6466IC:module list
    6567
Note: See TracChangeset for help on using the changeset viewer.