Package Exports
- clusterpost-execution
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (clusterpost-execution) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
clusterpost-execution
Install nvm and node (v4.4.5^).
Create a folder, navigate to it and run the following command.
npm install clusterpost-executionThis installation step generated a conf.json file and index.js
Configuration
Edit conf.js with a local path to store the data in the local machine and the URL of the machine running the clusterpost-server application -> https://youripaddress:8180
Supported grid engines
* UNIX unix based systems
* LSF load sharing facilities
* PBS Sun Grid Engine jobs and queues2.1 Remote execution only
This tool allows users to execute the clusterpost-execution
2.2 For versions previous to v1.1.0
If you configured the clusterpost-server with an SSL certificate, you will need a copy of the certificate.
To retrieve the certificate from the server running clusterpost-server
openssl s_client -showcerts -connect localhost:8180 </dev/null 2>/dev/null | openssl x509 -outform PEM > certificate.pemWhere localhost:8180 must be changed by the IP address running clusterpost-server.
Change the path to the certificate accordingly in the configuration file