# Invocation command line: # ./runspec --config=Fujitsu.cfg --reportable medium ############################################################################ ############################################################################ # # Fujitsu configuration template file for SPEComp2001 # to run on the PRIMEPOWER HPC2500 using the Parallelnavi 2.3 software. # # Systems supported in this config file: # # ext System # --- ------ # default PRIMEPOWER using the largepage facility. # # Last updated: # 14 Jun 2001 SHINOHARA Syuuichi, INOUE Shunsuke and KOYAMA Kentaro # OMPM2001 version # 23 Apr 2002 Matthijs van Waveren # Update to OMPL # 16 May 2003 KASAI Yoshihiro, KOYAMA Kentaro and IWASHITA Hidetoshi # Using the Parallelnavi 2.2 # 27 Sep 2003 KASAI Yoshihiro, KOYAMA Kentaro and IWASHITA Hidetoshi # Using the Parallelnavi 2.3 # 27 Oct 2003 Matthijs van Waveren # Update of license number, test site, hw_disk, # and some extra notes # ############################################################################ VENDOR = Fujitsu Limited action = validate tune = base ext = default company_name = Fujitsu Limited license_num = HPG0003 tester_name = Fujitsu Limited test_date = Oct-2003 test_site = Numazu, Japan prepared_by = KASAI Yoshihiro, KOYAMA Kentaro and IWASHITA Hidetoshi teeout = 1 hw_vendor = Fujitsu Limited hw_model = PRIMEPOWER HPC2500 (1.3GHz) hw_cpu = SPARC64 V hw_cpu_mhz = 1299 hw_fpu = Integrated hw_ncpuorder = 8 to 128 hw_ncpu = 128 hw_parallel = OpenMP hw_pcache = 128KBI+128KBD on chip hw_scache = 2MB(I+D) on chip, per CPU hw_tcache = None hw_ocache = None hw_memory = 512GB hw_disk = 1x 36GB Ultra SCSI hw_other = None hw_avail = Jul-2003 default=default=default=default: sw_os = Solaris 8 sw_os1 = Fujitsu Parallelnavi 2.3 (NQS etc) sw_compiler = Fujitsu Parallelnavi 2.3 (C & F90) sw_parallel = OpenMP sw_file = ufs sw_state = Multi-user sw_avail = Dec-2003 peaksrc = . #CC=/opt/FSUNf90/bin/fcc #FC=/opt/FSUNf90/bin/frt CC=/export/home1/SPEComp/pnavi2.3/bin/fcc FC=/export/home1/SPEComp/pnavi2.3/bin/frt ################# Baseline Optimization Flags ############################## default=default=default=default: OPTIMIZE = -KOMP,fast_GP2=2,V9,hardbarrier COPTIMIZE = -x- -Klargepage=2,mfunc,prefetch=2 FOPTIMIZE = -Klargepage=1,prefetch_line=4 -Nautoobjstack -O5 -Kprefetch_cache_level=3 notes000 = notes001 = Baseline flags: notes002 = C: -KOMP,fast_GP2=2,V9,largepage=2,hardbarrier,mfunc,prefetch=2 -x- notes003 = F90: -KOMP,fast_GP2=2,V9,largepage=1,hardbarrier,prefetch_line=4,prefetch_cache_level=3 -O5 -Nautoobjstack notes004 = ################# Portability and Extra Flags ############################## 318.galgel_m=default=default=default: FPORTABILITY = -Am -Fixed -w notes010 = Portability Flags: notes011 = 318.galgel_m: -Am -Fixed -w 328.fma3d_m=default=default=default: FPORTABILITY = -Am notes013 = 328.fma3d_m: -Am notes014 = 330.art_m=default=default=default: EXTRA_FFLAGS = -DINTS_PER_CACHELINE=16 -DDBLS_PER_CACHELINE=8 notes020 = Extra Flags: notes021 = 330.art_m: -DINTS_PER_CACHELINE=16 -DDBLS_PER_CACHELINE=8 notes022 = 329.fma3d_l=default=default=default: FPORTABILITY = -Am notes033 = Portability Flags: notes034 = 329.fma3d_l: -Am notes035 = 331.art_l=default=default=default: EXTRA_FFLAGS = -DINTS_PER_CACHELINE=16 -DDBLS_PER_CACHELINE=8 notes038 = Extra Flags: notes039 = 331.art_l: -DINTS_PER_CACHELINE=16 -DDBLS_PER_CACHELINE=8 notes040 = ################# Reporting Information #################################### default=default=default=default: notes900 = System tunables: notes901 = /etc/system: notes902 = set shmsys:shminfo_shmmax=2147483648 notes903 = set shmsys:shminfo_shmmni=256 notes904 = set shmsys:shminfo_shmseg=256 notes905 = set autoup=172800 notes906 = set memscrub_period_sec=345600 notes907 = /etc/opt/FJSVpnrm/lpg.conf: notes908 = JOB=256G,SHMSEGSIZE=2048M notes909 = /etc/opt/FJSVpnrm/cpursc.conf: notes910 = CPU_USE=0,1:0,1 notes911 = NQS: notes912 = Per-process data size limit = UNLIMITED notes913 = Per-process permanent file size limit = UNLIMITED notes914 = Per-process memory size limit = 128 gigabytes notes915 = Per-request memory size limit = 128 gigabytes notes916 = Per-process number of cpus limit = 126 notes917 = Per-process stack size limit = 4 gigabytes notes918 = Per-process CPU time limit = 2147483646.000 notes919 = Execution mode = SImplex notes920 = Jobclass = 0 notes921 = notes922 = Submitting the runspec to NQS: notes923 = Run the qsub command with the following sh script. notes924 = notes925 = cd /spec/omp2001 notes926 = . ./shrc notes927 = runspec --config=Fujitsu --reportable medium notes928 = ################# End of config ############################################