For the Windows Procserver version X.X, run 'ProcServer-X.X-win-x32x64-Install.exe' to install.
and for Linux ProcServer-X.X-linux-x32x64-Install.
Note: The user that install it must have administrative permissions:
On Windows Vista/7 click the right mouse and select 'Execute as administrator' in the contextual menu.
On Linux start with sudo (super user do) to have this privileges
Must select a directory, belonging to any an user, that has enough free disk space to maintain the temporary calculation files that will need the users. Later, procserver can run either as this user or as root.
Follow all the installation instructions to perform the install.
After the installation process, the collection of problemtypes must be copied (see section Installing problemtypes).
By default is installed the problemtype Examples/cmas2d.gid, that is the same that is installed by GiD 16. This allow a first test of remote calculation from GiD, with anonymous user.
Simply load this problemtype, create a 2D surface, assign a material, generate a mesh and do 'Calculation remote'. If all works the results will be obtained in a while from the server.
The different ways to execute the server are described in section Procserver setup.
Note: procserver and the installer are x32 processes, but they can be used also for x64 platforms.Some Linux x64 distributions by default don't have x32 support packages installed.
For example, it seems that the default 64-bit installation of Ubuntu (and kubuntu, xubuntu) does not include the 32-bit support to execute 32-bit applications.As explained here: http://ubuntuforums.org/showthread.php?t=583454 just by doing:
Code Block |
---|
apt-get install ia32-libs lsb-core |
(or through the synaptic package managerWindows x32 can be installed an run in a Windows x64 platform (Win x64 is able to run x32 or x64 applications)