Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Trilinos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 936
    • Issues 936
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • James Willenbring
  • Trilinos
  • Issues
  • #2223

Closed
Open
Created Feb 07, 2018 by James Willenbring@jmwilleMaintainer

MueLu: trouble when building the tutorial

Created by: mayrmt

I get an error when building the MueLu tutorial. Can anybody in @trilinos/muelu build the tutorial?

Expectations

Being able to build the MueLu tutorial.

Current Behavior

Following the step in the muelu/doc/Tutorial/README doesn't work for me.

Executing muelu/doc/Tutorial/tex/prepareTexTutorial.py results in the error

./prepareTexTutorial.py
Prepare files...
Split source files in src folder for inclusion in pdf...
Run test examples to include results in pdf...
Traceback (most recent call last):
  File "./prepareTexTutorial.py", line 158, in <module>
    splitfileintofragments('s1_easy.txt_3.fragment','--------------------------------------------------------------------------------')
  File "./prepareTexTutorial.py", line 80, in splitfileintofragments
    file = open( inputfile )
IOError: [Errno 2] No such file or directory: 's1_easy.txt_3.fragment'

The directory does not contain a file s1_easy.txt_3.fragment, though I don't know why. Isn't it supposed to be created when configure/build MueLu?

Steps to Reproduce

I followed the steps described in muelu/doc/Tutorial/README:

  1. Build MueLu with tests and examples enabled.
  2. Run muelu/doc/Tutorial/tex/prepareTexTutorial.py
Assignee
Assign to
Time tracking