Re: [firedrake] question about installing tests
Ah, misunderstanding. firedrake-status is a script, you should run it, not run more on it. Please type firedrake-status at the command line and post the output. Regards, David On 08/01/2019, 14:18, "Shawn W Walker" <walker@lsu.edu> wrote: Hello Lawrence. When I type " more firedrake-status" I get what is at the bottom. I'll need to rerun the tests and keep the output. Most things were fine, but there were a few F's. The platform is linux. I'll have to find out what kind of linux. -Shawn chaos1:~/firedrake/bin> more firedrake-status #!/U1/accounts/walker/firedrake/bin/python # EASY-INSTALL-DEV-SCRIPT: 'firedrake==0.13.0+2409.g011aa013','firedrake-status' __requires__ = 'firedrake==0.13.0+2409.g011aa013' __import__('pkg_resources').require('firedrake==0.13.0+2409.g011aa013') __file__ = '/U1/accounts/walker/firedrake/src/firedrake/scripts/firedrake-status ' with open(__file__) as f: exec(compile(f.read(), __file__, 'exec')) ==================================================== -----Original Message----- From: Lawrence Mitchell [mailto:wence@gmx.li] Sent: Tuesday, January 8, 2019 5:23 AM To: Shawn W Walker <walker@lsu.edu> Cc: firedrake@imperial.ac.uk Subject: Re: [firedrake] question about installing tests Dear Shawn, > On 7 Jan 2019, at 20:16, Shawn W Walker <walker@lsu.edu> wrote: > > Hello. > > I’ve been installing FireDrake as well as the tests. While installing the tests/demos, it sometimes prints an “F” (meaning fail I presume). Is this a problem? I have seen some occasional failures of the demos (but only when run as tests). But I thought I had fixed recently. Can you provide any more details? Particularly, which test fails (and are there any further details). Can you also provide the output of "firedrake-status"? A failing test is a problem, but we need to debug a little to figure out what is going on. It's possible that the installation was successful nonetheless, and we just have a bug in one of the demos, or there might be something that needs to be fixed. Thanks, Lawrence
Here it is: chaos1:~/firedrake/bin> source activate (firedrake) chaos1:~/firedrake/bin> python3 firedrake-status Firedrake Configuration: package_manager: True minimal_petsc: False mpicc: mpicc mpicxx: mpicxx mpif90: mpif90 disable_ssh: False honour_petsc_dir: False show_petsc_configure_options: False slepc: False slope: False packages: [] honour_pythonpath: False petsc_int_type: int32 cache_dir: /U1/accounts/walker/firedrake/.cache Additions: None Environment: PYTHONPATH: None PETSC_ARCH: None PETSC_DIR: None Status of components: --------------------------------------------------------------------------- |Package |Branch |Revision |Modified | --------------------------------------------------------------------------- |COFFEE |master |72a4464 |False | |FInAT |master |de6f2ab |False | |PyOP2 |master |f423ae60 |False | |fiat |master |daacf42 |False | |firedrake |master |011aa013 |False | |h5py |firedrake |ae6aa85 |False | |libspatialindex |master |4768bf3 |True | |petsc |firedrake |3728c81f1a|False | |petsc4py |firedrake |3619809 |False | |tsfc |master |0d8251e |False | |ufl |master |9d11804a |False | --------------------------------------------------------------------------- ================================== -----Original Message----- From: Ham, David A [mailto:david.ham@imperial.ac.uk] Sent: Tuesday, January 8, 2019 8:20 AM To: Shawn W Walker <walker@lsu.edu>; 'Lawrence Mitchell' <wence@gmx.li> Cc: firedrake <firedrake@imperial.ac.uk> Subject: Re: [firedrake] question about installing tests Ah, misunderstanding. firedrake-status is a script, you should run it, not run more on it. Please type firedrake-status at the command line and post the output. Regards, David On 08/01/2019, 14:18, "Shawn W Walker" <walker@lsu.edu> wrote: Hello Lawrence. When I type " more firedrake-status" I get what is at the bottom. I'll need to rerun the tests and keep the output. Most things were fine, but there were a few F's. The platform is linux. I'll have to find out what kind of linux. -Shawn chaos1:~/firedrake/bin> more firedrake-status #!/U1/accounts/walker/firedrake/bin/python # EASY-INSTALL-DEV-SCRIPT: 'firedrake==0.13.0+2409.g011aa013','firedrake-status' __requires__ = 'firedrake==0.13.0+2409.g011aa013' __import__('pkg_resources').require('firedrake==0.13.0+2409.g011aa013') __file__ = '/U1/accounts/walker/firedrake/src/firedrake/scripts/firedrake-status ' with open(__file__) as f: exec(compile(f.read(), __file__, 'exec')) ==================================================== -----Original Message----- From: Lawrence Mitchell [mailto:wence@gmx.li] Sent: Tuesday, January 8, 2019 5:23 AM To: Shawn W Walker <walker@lsu.edu> Cc: firedrake@imperial.ac.uk Subject: Re: [firedrake] question about installing tests Dear Shawn, > On 7 Jan 2019, at 20:16, Shawn W Walker <walker@lsu.edu> wrote: > > Hello. > > I’ve been installing FireDrake as well as the tests. While installing the tests/demos, it sometimes prints an “F” (meaning fail I presume). Is this a problem? I have seen some occasional failures of the demos (but only when run as tests). But I thought I had fixed recently. Can you provide any more details? Particularly, which test fails (and are there any further details). Can you also provide the output of "firedrake-status"? A failing test is a problem, but we need to debug a little to figure out what is going on. It's possible that the installation was successful nonetheless, and we just have a bug in one of the demos, or there might be something that needs to be fixed. Thanks, Lawrence
participants (2)
- 
                
                Ham, David A
- 
                
                Shawn W Walker