# Invocation command line: # /store/mackey/specMPI/bin/runspec --ranks 768 --reportable -a validate -o asc,csv,html -n 3 -T base -c default.cfg --define ICCV=16.0.3.210 --define MPI=MPT --define PPN=24 -i mref --define SIZE=medium medium # output_root was not used for this run ############################################################################ # Invocation command line: # /store/hfeng/mpi2007-2014-07-09/bin/runspec --ranks 1536 -I --reportable -a validate -n 3 -o asc -i lref -T base -c sgi-linux-x86_64-sgimpi-14.0.3.174-avx2.cfg large # output_root was not used for this run ############################################################################ #################################################################### # # defaults # #################################################################### flagsurl000= http://www.spec.org/mpi2007/flags/SGI_x86_64_Intel14_flags.20140908.xml %if !defined(%{ICCV}) || !defined(%{SIZE}) % error must define both SIZE and ICCV %endif %if !defined(%{MPI}) || '%{MPI}' eq 'MPT' ext=sgimpi.intel.%{ICCV}.avx2.%{SIZE} %elif '%{MPI}' eq 'INTEL' % if %{ICC} == 14 % if '%{SIZE}' eq 'medium' ext=intel-mpi.intel.%{ICCV}.avx2.med % elif '%{SIZE}' eq 'large' ext=intel-mpi.intel.%{ICCV}.avx2.large % else % error invalid SIZE '%{SIZE}' % endif % elif %{ICC} == 16 && '%{SIZE}' eq 'medium' ext=intel-mpi.intel.%{ICCV}.msse2 % elif %{ICC} == 16 && '%{SIZE}' eq 'large' ext=intel-mpi.intel.%{ICCV}.avx2 % else % error invalid combination of SIZE and ICC % endif %elif '%{MPI}' eq 'OMPI' % if %{ICC} == 14 % if '%{SIZE}' eq 'medium' ext=openmpi.intel.%{ICCV}.avx2.med % elif '%{SIZE}' eq 'large' ext=openmpi.intel.%{ICCV}.avx2.large % else % error invalid SIZE '%{SIZE}' % endif % elif %{ICC} == 16 && '%{SIZE}' eq 'medium' ext=openmpi.intel.%{ICCV}.msse2 % elif %{ICC} == 16 && '%{SIZE}' eq 'large' ext=openmpi.intel.%{ICCV}.avx2 % else % error invalid combination of SIZE and ICC % endif %endif action=validate tune=base input=ref teeout=no env_vars=1 no_input_handler=null mean_anyway=1 strict_rundir_verify = 1 makeflags=-j 16 %if '%{MPI}' eq 'INTEL' FC = mpiifort CC = mpiicc CXX = mpiicpc %elif '%{MPI}' eq 'OMPI' FC = mpif90 CC = mpicc CXX = mpic++ %else FC = ifort CC = icc CXX = icpc %endif #################################################################### # # Base flags # #################################################################### default=default=default=default: FOPTIMIZE = -O3 -xCORE-AVX2 -no-prec-div %if '%{MPI}' eq 'INTEL' OPTIMIZE = -O3 -xAVX -no-prec-div -ipo %else COPTIMIZE = -O3 -xCORE-AVX2 -no-prec-div CXXOPTIMIZE = -O3 -xCORE-AVX2 -no-prec-div -ansi-alias EXTRA_LIBS = -lmpi %endif %if %{ICC} == 16 && '%{SIZE}' eq 'medium' COPTIMIZE = -O2 -msse2 -no-prec-div CXXOPTIMIZE = -O2 -msse2 -no-prec-div FOPTIMIZE = -O2 -msse2 -no-prec-div %endif default=default=default=default: use_submit_for_speed=1 % if !defined(%{MPI}) || '%{MPI}' eq 'MPT' % if defined(%{HOSTLIST}) && defined(%{RPH}) && defined(%{SPILLHOST}) && defined(%{SPILL}) % ifdef %{MPINSIDE} submit=MPI_DSM_CPULIST=%{CPULIST} mpirun %{HOSTLIST} %{RPH} MPInside $command : %{SPILLHOST} %{SPILL} MPInside $command % else submit=MPI_DSM_CPULIST=%{CPULIST} mpirun %{HOSTLIST} %{RPH} $command : %{SPILLHOST} %{SPILL} $command % endif % else % ifdef %{MPINSIDE} % ifndef %{PPN} submit=mpiexec_mpt -n $ranks MPInside $command % else submit=mpiexec_mpt -ppn %{PPN} -n $ranks MPInside $command % endif % else % ifndef %{PPN} submit=mpiexec_mpt -n $ranks $command % else submit=mpiexec_mpt -ppn %{PPN} -n $ranks $command % endif % endif % endif % elif '%{MPI}' eq 'INTEL' % ifndef %{PPN} submit=mpiexec.hydra -machinefile \$PBS_NODEFILE -genv I_MPI_PIN 1 -genv I_MPI_OFA_ADAPTER_NAME mlx5_0 -n $ranks $command % else submit=mpiexec.hydra -machinefile \$PBS_NODEFILE -ppn %{PPN} -genv I_MPI_PIN 1 -genv I_MPI_OFA_ADAPTER_NAME mlx5_0 -n $ranks $command % endif % elif '%{MPI}' eq 'OMPI' %define NOMXM -mca pml ob1 -mca btl self,sm,openib %define MXM -mca pml yalla %define HCOLL # on by default %define NOHCOLL -mca coll_hcoll_enable 0 %define MLX50 -x MXM_RDMA_PORTS=mlx5_0:1 -mca btl_openib_if_include mlx5_0:1 %define KNEM -mca btl_sm_use_knem 1 -x MXM_SHM_KCOPY_MODE=knem %define NOKNEM -mca btl_sm_use_knem 0 -x MXM_SHM_KCOPY_MODE=off %define UD -x MXM_TLS=self,shm,ud %define RC -x MXM_TLS=self,shm,rc -x MXM_RC_QP_LIMIT=-1 %define DC -x MXM_TLS=self,shm,dc submit=mpirun %{KNEM} %{NOHCOLL} %{MLX50} %{MXM} %{DC} -x LD_LIBRARY_PATH=\$LD_LIBRARY_PATH -np $ranks --hostfile \$PBS_NODEFILE --rankfile %{RANKFILE} $command % else submit=mpirun -np $ranks $command % endif #mpiexec.hydra -machinefile $PBS_NODEFILE -genv I_MPI_PIN_PROCESSOR_LIST=14-25,0-11 -ppn 24 -genv I_MPI_PIN 1 -genv I_MPI_OFA_ADAPTER_NAME=mlx5_0 -n 3072 #submit=mpiexec_mpt -n $ranks dplace -s1 -c2-5,8-11 $command #################################################################### # # Portability flags # #################################################################### 115.fds4=default=default=default: #%if '%{MPI}' eq 'MPT' && defined(%{HOSTLIST}) #ENV_MPI_DSM_CPULIST='14-27,0-13:allhosts' #ENV_MPI_DSM_CPULIST='0-27:allhosts' #ENV_MPI_DSM_VERBOSE=1 #ENV_MPI_VERBOSE=1 #submit=mpiexec_mpt -v -n $ranks $command #%endif 121.pop2=default=default=default: CPORTABILITY = -DSPEC_MPI_CASE_FLAG 127.wrf2=default=default=default: CPORTABILITY = -DSPEC_MPI_CASE_FLAG -DSPEC_MPI_LINUX 130.socorro=default=default=default: srcalt=nullify_ptrs FPORTABILITY=-assume nostd_intent_in 104.milc=peak=default=default: basepeak=yes 107.leslie3d=peak=default=default: basepeak=yes 113.GemsFDTD=peak=default=default: ranks=96 115.fds4=peak=default=default: basepeak=yes #ranks=696 121.pop2=peak=default=default: basepeak=yes 122.tachyon=peak=default=default: basepeak=yes 126.lammps=peak=default=default: basepeak=yes #ranks=192 127.wrf2=peak=default=default: #ranks=744 basepeak=yes 128.GAPgeofem=peak=default=default: basepeak=yes 129.tera_tf=peak=default=default: basepeak=yes 129.tera_tf=default=default=default: %if '%{SIZE}' eq 'medium' srcalt=add_rank_support %endif 130.socorro=peak=default=default: basepeak=yes #RM_SOURCES=specblas.f90 #EXTRA_LIBS=-lacml -lmpi #EXTRA_LIBS=-Wl,--start-group -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -Wl,--end-group -lmpi 132.zeusmp2=peak=default=default: basepeak=yes #ranks=528 137.lu=peak=default=default: basepeak=yes #ranks=504 143.dleslie=default=default=default: srcalt=integer_overflow notes_base_143=src.alt used: 143.dleslie->integer_overflow 145.lGemsFDTD=peak=default=default: #ranks=2048 #ENV_MPI_DSM_CPULIST=2-5,8-11:allhosts 147.l2wrf2=peak=default=default: #ranks=2048 #ENV_MPI_DSM_CPULIST=2-5,8-11:allhosts # The following section was added automatically, and contains settings that # did not appear in the original configuration file, but were added to the # raw file after the run. default: sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit sw_other = None sw_mpi_library = SGI MPT 2.14 Patch 11328 sw_mpi_other = OFED 3.2.2 sw_preprocessors = None test_sponsor = SGI license_num = 14 tester = SGI hw_avail = May-2016 sw_avail = Jun-2016 prepared_by = Mark Mackey system_vendor = SGI node_fileserver_sw_state = Multi-user, run level 3 node_fileserver_sw_localfile = xfs node_fileserver_purpose = fileserver node_fileserver_order = 3 node_fileserver_label = SGI MIS Server node_fileserver_hw_vendor = SGI node_fileserver_hw_tcache = 20 MB I+D on chip per chip node_fileserver_hw_scache = 256 KB I+D on chip per core node_fileserver_hw_pcache = 32 KB I + 32 KB D on chip per core node_fileserver_hw_other = None node_fileserver_hw_ocache = None node_fileserver_hw_nthreadspercore = 1 node_fileserver_hw_ncpuorder = 1-2 chips node_fileserver_hw_ncoresperchip = 8 node_fileserver_hw_ncores = 16 node_fileserver_hw_nchips = 2 node_fileserver_hw_memory = 128 GB (12 * 8 GB 2Rx4 PC3-12800R-11, ECC) node_fileserver_hw_cpu_name = Intel Xeon E5-2670 node_fileserver_hw_cpu_mhz = 1200 node_fileserver_hw_adapter_IB_slot_type = PCIe x8 Gen3 node_fileserver_hw_adapter_IB_ports_used = 2 node_fileserver_hw_adapter_IB_interconnect = InfiniBand node_fileserver_hw_adapter_IB_firmware = 2.36.5000 node_fileserver_hw_adapter_IB_driver = OFED-3.2.0.1.1 node_fileserver_hw_adapter_IB_data_rate = InfiniBand 4X FDR node_fileserver_hw_adapter_IB_count = 2 node_fileserver_count = 1 node_compute_sw_state = Multi-user, run level 3 node_compute_sw_sharedfile = NFSv3 IPoIB node_compute_sw_localfile = NFSv3 node_compute_purpose = compute node_compute_order = 2 node_compute_label = SGI ICE XA IP-125 CS node_compute_hw_vendor = SGI node_compute_hw_tcache = 35 MB I+D on chip per chip node_compute_hw_scache = 256 KB I+D on chip per core node_compute_hw_pcache = 32 KB I + 32 KB D on chip per core node_compute_hw_other = None node_compute_hw_ocache = None node_compute_hw_nthreadspercore = 2 node_compute_hw_ncpuorder = 1-2 chips node_compute_hw_ncoresperchip = 14 node_compute_hw_ncores = 28 node_compute_hw_nchips = 2 node_compute_hw_model = SGI ICE XA (Intel Xeon E5-2690 v4, 2.6 GHz) node_compute_hw_memory = 128 GB (8 x 16 GB 2Rx4 PC4-2400T-R) node_compute_hw_disk = None node_compute_hw_cpu_name = Intel Xeon E5-2690 v4 node_compute_hw_cpu_mhz = 2600 node_compute_hw_adapter_IB_slot_type = PCIe x16 Gen3 node_compute_hw_adapter_IB_ports_used = 1 node_compute_hw_adapter_IB_interconnect = InfiniBand node_compute_hw_adapter_IB_firmware = 12.14.0114 node_compute_hw_adapter_IB_driver = OFED-3.2.1.5.3 node_compute_hw_adapter_IB_data_rate = InfiniBand 4X EDR node_compute_hw_adapter_IB_count = 2 node_compute_count = 32 interconnect_IOMPI_purpose = MPI and I/O traffic interconnect_IOMPI_order = 1 interconnect_IOMPI_label = InfiniBand (MPI and I/O) interconnect_IOMPI_hw_vendor = Mellanox Technologies and SGI interconnect_IOMPI_hw_topo = Enhanced Hypercube interconnect_IOMPI_hw_switch_1_ports = 36 interconnect_IOMPI_hw_switch_1_model = SGI P0002145 interconnect_IOMPI_hw_switch_1_firmware = 11.0350.0394 interconnect_IOMPI_hw_switch_1_data_rate = InfiniBand 4x EDR interconnect_IOMPI_hw_switch_1_count = 8 interconnect_IOMPI_hw_model = None notes_000 =Software environment: notes_005 = export MPI_REQUEST_MAX=65536 notes_010 = export MPI_TYPE_MAX=32768 notes_015 = export MPI_IB_RAILS=2 notes_020 = export MPI_IB_UPGRADE_SENDS=50 notes_025 = export MPI_IB_IMM_UPGRADE=false notes_030 = export MPI_IB_DCIS=2 notes_035 = export MPI_CONNECTIONS_THRESHOLD=0 notes_040 = export MPI_IB_MTU=4096 notes_045 = ulimit -s unlimited notes_050 =BIOS settings: notes_055 = AMI BIOS version HA012036 notes_060 = Hyper-Threading Technology enabled notes_065 = Intel Turbo Boost Technology enabled (default) notes_070 = Transparent Hugepages Enabled notes_075 =Job Placement: notes_080 = Each MPI job was assigned to a topologically compact set notes_085 = of nodes using 12 ranks per socket. notes_090 =Additional notes regarding interconnect: notes_095 = The Infiniband network consists of two independent planes, notes_100 = with half the switches in the system allocated to each plane. notes_105 = I/O traffic is restricted to one plane, while MPI traffic can notes_110 = use both planes. node_compute_hw_adapter_IB_model000 = Mellanox MT27700 with ConnectX-4 node_compute_hw_adapter_IB_model001 = ASIC (PCIe x16 Gen3 8 GT/s) node_compute_hw_cpu_char000 = 14 Core, 2.60 GHz, 9.6 GT/s QPI node_compute_hw_cpu_char001 = Intel Turbo Boost Technology up to 3.50 GHz node_compute_hw_cpu_char002 = Hyper-Threading Technology enabled node_compute_sw_os000 = SUSE Linux Enterprise Server 11 SP4 (x86_64), node_compute_sw_os001 = Kernel 3.0.101-71.1.10690.1.PTF-default node_compute_sw_other000 = SGI Tempo Compute Node 3.3.0, node_compute_sw_other001 = Build 714r18.sles11sp4-1604041900 node_fileserver_hw_adapter_IB_model000 = Mellanox MT27500 with ConnectX-3 ASIC node_fileserver_hw_cpu_char000 = Intel Turbo Boost Technology up to 3.30 GHz node_fileserver_hw_cpu_char001 = Hyper-Threading Technology disabled node_fileserver_hw_disk000 = 45 TB RAID 6 node_fileserver_hw_disk001 = 8 x 6+2 900GB (WD, 10K RPM) node_fileserver_hw_model000 = SGI MIS Server node_fileserver_sw_os000 = SUSE Linux Enterprise Server 11 (x86_64), node_fileserver_sw_os001 = Kernel 3.0.101-0.46-default node_fileserver_sw_other000 = SGI Foundation Software 2.9, node_fileserver_sw_other001 = Build 711r2.sles11sp3-1411192056 sw_c_compiler000 = Intel C++ Composer XE 2016 for Linux, sw_c_compiler001 = Version 16.0.3.210 Build 20160415 sw_cxx_compiler000 = Intel C++ Composer XE 2016 for Linux sw_cxx_compiler001 = Version 16.0.3.210 Build 20160405 sw_f_compiler000 = Intel Fortran Composer XE 2016 for Linux, sw_f_compiler001 = Version 16.0.3.210 Build 20160405 system_class = Homogeneous system_name000 = SGI ICE XA system_name001 = (Intel Xeon E5-2690 v4, 2.6 GHz)