From: Mathieu D. <mat...@li...> - 2009-03-10 17:19:14
|
Hi everybody, I have recently decided to update my version of PCSIM from 0.5.0 to 0.5.4 (because I switched from Ubuntu 8.04 to 8.10). First I also had the same Java path problem that Christopher Nolan reported a few months ago. I fixed it with a ugly little hack in config.cmake. After some troubles with mpich2 I succeeded in compiling PCSIM 0.5.4 correctly. Nevertheless I have some errors when running tests. Here is the output of the failing test: 0: 0: ##Failure Location unknown## : Error 0: Test name: NeuroMLImporterTest::test_skeleton 0: uncaught exception of type N3xsd3cxx6parser7parsingIcEE 0: - instance document parsing failed 0: 0: Failures !!! 0: Run: 129 Failure total: 1 Failures: 0 Errors: 1 [ LOT OF SUCCESSFUL TESTS] 0: Done with tests: local=0, mpi-tests=1 BUILD PROCESS FAILED. ERROR = 65280 Command: mpiexec -l -np 4 /usr/local/src/pcsim-0.5.4/_build/bin/pcsim_test Apparently all the MPI test are passed and it's an error with the NeuroML features of PCSIM. First question: Can it be related to the Java Path problem? Can it be fixed? Second question: I don't need the NeuroML features. Is it safe to ignore the error and continue (happy) working with PCSIM? Thanks in advance, Mathieu |