cjlin1 / simpleNN

BSD 3-Clause "New" or "Revised" License
48 stars 16 forks source link

Project 6 profile viewer error on Dept 217 workstations #14

Closed hyeong01 closed 4 years ago

hyeong01 commented 4 years ago

Whenever I try profiling on Matlab on Dept 217 workstations I encounter such error:

profile viewer Error using profile (line 188) The profiler requires the Java VM

I suspect this is because of path error since JVM is already installed. However, I cannot reset the path -- it is written in a read-only file.

I wonder how others profiled codes in MATLAB on the school server so far?

The reason I did not encounter such a problem because I have been using MATLAB on windows so far, but for Project 6 I had to move to the workstations provided from the school because the memory requirement was too huge.

hyeong01 commented 4 years ago

I solved this by sending the files to my local computer. Please comment me if you have better solutions! I will close the issue after a few days myself.

hyeong01 commented 4 years ago

Issue closed. Please refer to the comment above. The TA had the same solution.