Installation in HPC

General discussions and questions about recurrence plot and recurrence network related methods.
Post Reply
mehdi.bejani
Junior
Posts: 2
Joined: Mon Jan 17, 2022 10:34
Affiliation (Univ., Inst., Dept.): UPM Madrid
Location: Madrid city, Spain
Research field: eye tracking

Installation in HPC

Post by mehdi.bejani »

Dear all,

I want to use Crp in High-performance computing (HPC). but it has errors in installation. I do not access its startup. and in any job, I should install it. is it possible to access the folder and set the path in each execution job?
thanks

INSTALLATION CRP Toolbox
----------------------------
Reading the archiv
Checksum test passed (B6ED8A0BB604)
CRP Toolbox version 5.22 (R33.2)
CRP Toolbox time stamp 25-Nov-2021 12:06:00
----------------------------
ERROR OCCURED
during installation
----------------------------
Error using userpath>setUserPath (line 88)
Invalid directory or directory does not exist
errorcode is 95.02
----------------------------
A critical error has occurred. Please inform the distributor
of the toolbox, where the error occured and send us the entire
screen output of the installation, the error report report
and the informations about the toolbox (distributor, name,
URL etc.).
User avatar
Norbert
Expert
Posts: 194
Joined: Wed Jan 4, 2006 11:03
Affiliation (Univ., Inst., Dept.): Potsdam Institute for Climate Impact Research, Germany
Location: Potsdam, Germany
Location: Potsdam Institute for Climate Impact Research, Germany

Re: Installation in HPC

Post by Norbert »

Hi,

I'm not sure about the architecture of your HPC. But in our system,we have a login node where I can install and test software. Then, when submitting the job, the used nodes are able to access the same folder. Thus, no problem.

In your case, as far as I understand, you have no access to the used folder? One idea might be this:
  • install the toolbox on you local computer
  • the toolbox is in the path '~/.matlab/CRPtool' (or another standard MATLAB folder, you can find out using the command 'userpath')
  • copy the folder 'CRPtool' to the working directory at the cluster
  • in your MATLAB code, add the command:

    Code: Select all

    addpath('/path/to/your/toolbox/CRPtool')
Good luck!
Norbert
Post Reply