FEKO6.0 editions (from the monastery's research Monk):
INTEL/AMD (32-bit x86)
Windows (XP, Vista, Windows 7, Server 2003)
Feko_distrib_6.0_win32.exe (MByte)
Linux
feko_distrib_6.0_linux.tar.gz (392 MByte)
INTEL/AMD (64-bit x86_64)
Windows (XP, Vista, Windows 7, Server 2003, server, Server R2)
Feko_distrib_6.0_win64.exe (372 mbyte)
Intel (64-bit XEON EM64T)
Linux
feko_distrib_6.0_linux_em64t.tar.gz (362 MByte)
AMD (64-bit Opteron and Athlon) Linux
Feko_distrib_6.0_linux_amd64.tar.gz (319 mbyte)
(In this case, the installer is installed under 64-bit Linux)
The terminal enters the installation directory and executes sudo./install. SH, enter the administrator password and follow the steps below to install it:
FEKO Installation
=================
Welcome to the FEKO installation script forworkstations which would guide
You interactively step by step through theinstallation process.
This installation script would install Fekoon your system, or if previously
installed, it'll perform an update Offeko saving the old files to a
Backup directory. For a new Installation,this installation script would
Also assist collecting theinformation required to get your FEKO
License file.
---> Press RETURN to continue
Press ENTER to continue until the following interface appears:
----------------------
In order to continue with the fekoinstallation.
The FEKO licence agreement. This can befound in the file LICENCE. Txt
of the installation medium.
You are these choices now:
1 =show me this licence agreement now
2 =i has the read the licence agreement and accept it
3 =i don't agree to the licence agreement
Please select [3] 2
Select 2 and press ENTER until the following interface appears:
Fora parallel installation of FEKO on multiple nodes in the following
Acommand is required to run utilities on the other nodes, or in some
Cases also to copy files from this node to the other remote nodes (if
Nonetwork file system is used). You can choose either the traditional
RSH/RCP commands (Remsh under HP-UX), or the Secure Shell SSH/SCP. The
Oneselected should already have been setup and should being working, but
This would also be checked later.
Youhave These choices now:
1 = Cluster installation using SSH/SCP
2 = Cluster installation using RSH/RCP (REMSH for HP-UX)
3 = Install FEKO on a single node only (then no remote access
or remote copying required)
Please select [1] 1
Select 1 and always press ENTER to the following screen
----------------------
Determining which MPI implementation to beused for this platform LINUX
MPI is a parallel communication protocol usedfor parallel versions of FEKO
Butalso for multi-core CPUs and thus even for sequential licences
Made available (as a sequential licence of FEKO supports all cores ofyour
Cpu
Forlinux different communication protocols is supported for parallel
FEKO Versions:
MPICH2 is a general MPI library supporting shared memory communication
and Ethernet. The Run-time environment is included as with the FEKO
Installation.
Alternatively, FEKO also provides Intel MPI (run-time environment
Included with the FEKO installation) which in addition to shared memory
(e.g. for muli-core environments) or Ethernet also supportsinterconnects
Like Myrinet or Infiniband through suitable DAPL providers
Details see the FEKO Installation Guide).
When running FEKO on a SGI Altix, then also the highly optimised
SGI MPT is supported by FEKO. This must is available on the system
(i.e. included with FEKO)
Checking for 1 = MPICH2 ... found (part of FEKO installation)
Checking for one = Intel MPI ... found (part of FEKO installation)
Checking for 4 = SGI MPT .... /install. Sh:5027:rpm:not found
Not found
Pleaseselect now which of these MPI implementations should be used.
Typically the default is detected automatically and should be fine,
i.e. just press RETURN. can also easily change this later manually,
Onejust the value of Feko_which_mpi in the Initfeko
Script.
Please enter which MPI to use (1/4/11)? [11] 1
Select 1 and enter to continue
----------------------
Determining the target path for theinstallation.
Please enter the installation path to FEKO (use an absolute
Directory name, not variables such as $HOME or ~). To use the
Default just press RETURN: [/opt/feko/6.0]
Direct carriage return using the default installation path
Here is the automatic decompression file operation, press ENTER until the following interface appears, the installation is complete
----------------------
Finished.
########### Complete ############
To add an environment variable:
Open the/etc/profile file with Administrator privileges and append the following to the end of the file:
feko_home=/opt/feko/6.0
Export Feko_home
Feko_user_home= $HOME/.feko/6.0
Export Feko_user_home
Feko_which_mpi=1
Export Feko_which_mpi
at this point, you can enter the/opt/feko/6.0/bin directory to run the Secfeko_gui program, an error dialog box appears, a dialog box similar to the following, the red or green marked machine code down.
Usedlicence Number:not Available
Machine codes for Host "Yhq-desktop":
Mach_code_01 of type: "STQTCFVNSLBDUOCJ"
mach_code_02 of type 6: "E0cb4ed1e2e7"
Mach_code_03 of type 2: "7f0101"
mach_code_04 of type 1: "79656b24585661565c5452"
Mach_code_05 of type
Follow-up work:
############# Software Registration #############
Registration method and the registration method under Windows Similar, registration procedures and methods see attachment (registration process from the network, only for learning and communication use, please support genuine).
A copy of the Secfeko.dat file is generated to the/opt/feko/6.0/license directory, and the installation is complete.
solutions for implementing some of the problems that arise:
in theLinuxunder, if you have written your ownDynamic ChainConnectLibrary, it needs to be in other programs.TuneUse,theneed tolet thisSome programs can finditsomeDynamic ChainConnectLibrary. IfSetnotthe, will be outnowsimilar to the followingError:
Test:error while loading shared libraries:libhoops1812.so:cannot Open Shared object File:nosuch file or directory
it is because to be didn't put Dynamic Chain Connect Library the installation path (for example, say is /usr/local/lib ) put in the variable volume ld_library_path .
At this , you can use the command export to temporarily test whether this is the problem :
Export Ld_library_path=/usr/local/lib
in the End in the end of the run above it line command, and then run it A can Practice line file, if it works properly, say Ming is it a problem .
the next problem is: The above approach, just Temporary Setting placed Change volume Ld_library_path , the next boot, all set will no longer exist; How to put this value hold continued Write to Where's Ld_library_path ?
I'mourcan be in~/.bashrcor~/.bash_profileJoin inExportlanguagesentence, the former in each NoboribetsuLuand every time you openShellAllReadonce, the latter is onlyLand-time readingTake one time. My ownHabitsis added to~/.bashrc, intheThe document can be used as followslanguagesentence to makeSetEffect:
Export Ld_library_path= $LD _library_path:/usr/local/lib
when you're done modifying, Remember have to turn off the current End and re-open a new End So that the above configuration takes effect.
This article is from "A Dream a journey-record learning drip" blog, please be sure to keep this source http://jincheng.blog.51cto.com/4625177/1540395