CN106445605A - Method for silent installation of ICC compiling environment - Google Patents

Method for silent installation of ICC compiling environment Download PDF

Info

Publication number
CN106445605A
CN106445605A CN201610868204.6A CN201610868204A CN106445605A CN 106445605 A CN106445605 A CN 106445605A CN 201610868204 A CN201610868204 A CN 201610868204A CN 106445605 A CN106445605 A CN 106445605A
Authority
CN
China
Prior art keywords
icc
installation
automatically
mourning
silence
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201610868204.6A
Other languages
Chinese (zh)
Inventor
曲洪磊
王超
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201610868204.6A priority Critical patent/CN106445605A/en
Publication of CN106445605A publication Critical patent/CN106445605A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method for a silent installation of an ICC compiling environment, and relates to the technical field of computer servers. The method for the silent installation of the ICC compiling environment comprises the steps of realizing the silent installation of an ICC complier through an expect script, carrying out automatic filling on the steps which need to be input or chosen during the installation process, automatically reading protocols and inputting the accept (agreement), automatically choosing an installation pattern, automatically choosing an activating pattern, automatically inputting a license file path, automatically inputting an installation path, automatically starting the installation and automatically configuring an environment variable. The method for the silent installation of ICC compiling environment can guarantee that during the whole process, no man-made inputting operation is needed, avoids mistakes made by the man-made inputting operation during the installation process, thus sharply saving labor cost and improving working efficiency.

Description

A kind of method installing ICC translation and compiling environment of mourning in silence
Technical field
The present invention relates to computer server technical field, the side of specifically a kind of installation ICC translation and compiling environment of mourning in silence Method.
Background technology
In server system environmental structure, ICC translation and compiling environment is a requisite environment, almost all of software Or script is required for ICC translation and compiling environment.But due to installing ICC translation and compiling environment under linux, need loaded down with trivial details installation step Suddenly.And, lead to during the failure of icc software installation it is more likely that occurring different when can lead to and reinstall if as human error Chang Xianxiang, leads to reinstall operating system, just can be installed, and causes much to bother to installation personnel, wastes a large amount of Time, Consumer's Experience is poor.
The present invention in view of under above-mentioned linux install ICC translation and compiling environment exist problem, propose installation is entered based on Expect ICC translation and compiling environment, whole artificial input operation that need not be any, it is to avoid caused due to artificial input operation in installation process Mistake.Described Expect is a free programming tool language, for realizing automatically being communicated with interactive task, and no Need the intervention of people.Using it, system manager can create script that order or program are inputted.Expect then can root To realize interactive program execution according to the input that the prompting mock standard input of program is supplied to program needs it might even be possible to realize letter Single BBS chat robots.As time goes by, the function of Expect is stronger and stronger, has become as system manager's A powerful assistant.
Content of the invention
The present invention is directed to demand and the weak point of current technology development, provides a kind of mourning in silence to install ICC translation and compiling environment Method.
A kind of method installing ICC translation and compiling environment of mourning in silence of the present invention, solves the technical side that above-mentioned technical problem adopts Case is as follows:A kind of described method installing ICC translation and compiling environment of mourning in silence, based on expect script, in ICC compiler installation process Automatically carry out mending and fill out the step needing input or selecting, realize the installation of mourning in silence of ICC compiler.
Preferably, realize the installation of mourning in silence of ICC compiler by expect script, implementation step includes:Automatic reading Agreement simultaneously inputs accept agreement, automatically selects Installation Modes, automatically selects active mode, automatically enters license file road Footpath, automatically enters installation path, and automatically begins to install.
Preferably, realize the installation of mourning in silence of ICC compiler by expect script, implementation step also includes automatically configuring Environmental variable.
A kind of method mourning in silence installation ICC translation and compiling environment of the present invention compared with prior art has the advantage that It is:The present invention realizes the installation of mourning in silence of ICC compiler by expect script, automatically installs ICC translation and compiling environment, and whole process need not be appointed What artificial input operation, it is to avoid the mistake being caused due to artificial input operation in installation process, it is to avoid manual operation can The abnormal phenomena that can cause, greatly saves human cost, improves work efficiency;User need not be to the software of linux The environmental variable of management and linux has very deep understanding, has great convenience for the user, has good practicality.
Specific embodiment
For making the object, technical solutions and advantages of the present invention become more apparent, below in conjunction with specific embodiment, to this A kind of bright described mourning in silence installs the method further description of ICC translation and compiling environment.
Embodiment:
A kind of method installing ICC translation and compiling environment of mourning in silence of the present embodiment, based on expect script, in ICC compiler installation process In automatically carry out mending and fill out the step needing input or selecting, realize the installation of mourning in silence of ICC compiler.After starting to install, entirely Cheng Wuxu any artificial input operation, it is to avoid the mistake being caused due to artificial input operation in installation process, is greatly saved Save human cost, improve work efficiency.
Mourn in silence described in the present embodiment install ICC translation and compiling environment method, the quiet of ICC compiler is realized by expect script Silent installation, implementation step includes:Automatic reading agreement simultaneously inputs accept agreement, automatically selects Installation Modes, automatically selects Active mode, automatically enters license file path, automatically enters installation path, automatically begins to install, and automatically configures ring Border variable.
Mourn in silence described in the present embodiment the method installing ICC translation and compiling environment, the expect script being used is specific as follows:
#!/usr/bin/expect
set timeout 30
spawn /opt/linpack/l_ccompxe_intel64_2013.2.146/install.sh
expect "\"q\" to quit"
send "\r"
expect "step no: 2 of 6"
sleep 2
send "q"
#expect "to back to the previous menu:"
expect "or \"decline\" to back to the previous "
send "accept\r"
#expect {
# "existing license"
# { send "4\r"; exp_continue }
# "I want to activate my product"
# { send "3\r"}
#}
#expect "Use a license file"
#send "2\r"
#expect "license file(s):"
#send "/opt/linpack/NCOM_L_CMP_CPP_N5D5-FMVKZSXR.lic\r"
#expect "step no: 3 of 7"
#send "2\r"
expect {
"existing trial license"
{ send "1\r"; exp_continue }
"I want to activate my product"
{ send "2\r"}
}
expect "to continue:"
send "\r"
expect "step no: 4 of 7"
send "1\r"
expect "Start installation Now"
sleep 2
send "\r"
expect "Press \"Enter\" key to continue"
send "\r"
expect "accept default choice \[q\]"
send "\r"
expect eof.
Above-mentioned specific embodiment is only the concrete case of the present invention, and the scope of patent protection of the present invention includes but is not limited to Above-mentioned specific embodiment, any person of an ordinary skill in the technical field that meet claims of the present invention and any The suitable change or replacement that it is done, all should fall into the scope of patent protection of the present invention.

Claims (3)

1. a kind of mourning in silence installs the method for ICC translation and compiling environment it is characterised in that being based on expect script, in ICC compiler peace Automatically carry out during dress mending and fill out the step needing input or selecting, realize the installation of mourning in silence of ICC compiler.
2. a kind of mourning in silence installs the method for ICC translation and compiling environment it is characterised in that passing through expect foot according to claim 1 This realizes the installation of mourning in silence of ICC compiler, and implementation step includes:Automatic reading agreement simultaneously inputs accept agreement, automatically selects Select Installation Modes, automatically select active mode, automatically enter license file path, automatically enter installation path, and automatically Start to install.
3. a kind of mourning in silence installs the method for ICC translation and compiling environment it is characterised in that passing through expect foot according to claim 2 This realizes the installation of mourning in silence of ICC compiler, and implementation step also includes automatically configuring environmental variable.
CN201610868204.6A 2016-09-30 2016-09-30 Method for silent installation of ICC compiling environment Pending CN106445605A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610868204.6A CN106445605A (en) 2016-09-30 2016-09-30 Method for silent installation of ICC compiling environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610868204.6A CN106445605A (en) 2016-09-30 2016-09-30 Method for silent installation of ICC compiling environment

Publications (1)

Publication Number Publication Date
CN106445605A true CN106445605A (en) 2017-02-22

Family

ID=58172587

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610868204.6A Pending CN106445605A (en) 2016-09-30 2016-09-30 Method for silent installation of ICC compiling environment

Country Status (1)

Country Link
CN (1) CN106445605A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112015428A (en) * 2020-08-21 2020-12-01 广州欢网科技有限责任公司 Compiling environment creating method and device and host

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103324509A (en) * 2013-06-26 2013-09-25 曙光信息产业(北京)有限公司 Method for installing bioinformatics application programs in high-performance cluster system
CN105843647A (en) * 2016-03-28 2016-08-10 上海斐讯数据通信技术有限公司 Application installation method and device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103324509A (en) * 2013-06-26 2013-09-25 曙光信息产业(北京)有限公司 Method for installing bioinformatics application programs in high-performance cluster system
CN105843647A (en) * 2016-03-28 2016-08-10 上海斐讯数据通信技术有限公司 Application installation method and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
佚名: "【教程】软件自动安装脚本编写总结", 《HTTPS://WENKU.BAIDU.COM/VIEW/528D947B5ACFA1C7AA00CCCD.HTML》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112015428A (en) * 2020-08-21 2020-12-01 广州欢网科技有限责任公司 Compiling environment creating method and device and host

Similar Documents

Publication Publication Date Title
CN108196843A (en) Visualization Docker containers compile the O&M method of deployment automatically
CN107301041A (en) A kind of method and system of custom-built system function
WO2003069470A1 (en) Application creation system, creation apparatus, creation method, application providing system, providing apparatus, providing method, application operation system, operation apparatus, and operation method
CN103235725A (en) Linux-based rapid deployment method for Oracle database in cloud computing
CN110795108B (en) Method for deploying Weblogic application based on Ansible layout
TW200504559A (en) Configurable PLC and SCADA-based control system
CN104246702A (en) Workflow compilation
CN103412768A (en) Zookeeper cluster automatic-deployment method based on script program
CN104156252A (en) Application software installation method and device
CN105740139B (en) A kind of debugging embedded software method based on virtual environment
CN110806907B (en) Containerized configurable database script execution management system and method
CN104965672A (en) Method for automatically, rapidly and conveniently configuring RAID
CN106484452B (en) unified configuration management method and device for software platform
CN109918094A (en) A kind of dispositions method, device and the medium of WebSphere middleware cluster
CN106445605A (en) Method for silent installation of ICC compiling environment
CN103324494B (en) Automatic method, server and the system for making patch
CN103677845A (en) Website application deployment method
CN109861833A (en) A kind of express delivery cabinet remote reboot system and method
CN104820627A (en) Method for automatically carrying out CPU (Central Processing Unit) calculation performance test
CN101738980B (en) Machine tool embedded parameter backup device
EP2590317A1 (en) A motor drive and a method of configuring a motor drive
CN106325817A (en) Embedded system automatic update method
KR20210039714A (en) Method and apparatus for constructing test environment
CN204407010U (en) Off line programming system
CN109581246A (en) The method, apparatus and test machine BMC tested server power supply

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20170222

RJ01 Rejection of invention patent application after publication