Summary of test

Asked by Jiadun Liu

Dear All,

I installed the Escript from source. The summary of test was listed following.

*** Config Summary (see config.log and <prefix>/lib/buildvars for details) ***
Escript/Finley revision -2
  Install prefix: /home/jiadun/python-escript-3.4.2
          Python: /usr
           boost: /usr
           numpy: YES (with headers)
             MPI: DISABLED
          LAPACK: DISABLED
          openmp: YES
            gdal: YES
          netcdf: YES
          pyproj: YES
           scipy: YES
           sympy: YES
           debug: DISABLED
       boomeramg: DISABLED
             mkl: DISABLED
            papi: DISABLED
        parmetis: DISABLED
            silo: DISABLED
         umfpack: DISABLED
           visit: DISABLED
      vsl_random: DISABLED
         CppUnit: NOT FOUND
            gmsh: NOT FOUND
            gzip: YES
  Treating warnings as errors

WARNING: gmsh not available! Skipping domainreaders test.
WARNING: gmsh not available. Skipping tests usersguide/trapezoid.py usersguide/quad.py usersguide/brick.py usersguide/refine.py cookbook/example04a.py cookbook/example04b.py cookbook/example05a.py cookbook/example05b.py cookbook/example05c.py cookbook/example06.py cookbook/example08c.py cookbook/example09m.py cookbook/example09a.py cookbook/example10m.py!

SUCCESS: build complete

Will the above situation be good enough for simulation or need to be improved?

Best regards,
Jiadun

Question information

Language:
English Edit question
Status:
Solved
For:
esys-escript Edit question
Assignee:
No assignee Edit question
Solved by:
Bob
Solved:
Last query:
Last reply:
Revision history for this message
Best Bob (caltinay) said :
#1

Yes, the above represents a valid escript installation.
The disabled options are all optional and add various functionality to escript that you might not need (depending on what kind of simulation you are planning to run).

You can ignore the gmsh warnings if you are not interested in generating specialised unstructured meshes.

Revision history for this message
Jiadun Liu (liujiadun) said :
#2

Thanks Cihan Altinay, that solved my question.