Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify GCC build system to install caf and cafrun scripts #22

Open
rouson opened this issue Mar 23, 2018 · 1 comment
Open

Modify GCC build system to install caf and cafrun scripts #22

rouson opened this issue Mar 23, 2018 · 1 comment

Comments

@rouson
Copy link
Member

rouson commented Mar 23, 2018

Request for Enhancement (RFE)

Once the modified GCC build system is capable of installing the caf_mpi library, the build system should be adapted to install a caf compiler wrapper and cafrun program launcher similar to the like-named scripts that the OpenCoarrays CMake build system installs.

@rouson rouson added this to the OpenCoarrays Integration into GCC Build System milestone Mar 23, 2018
@dcelisgarza
Copy link

dcelisgarza commented Mar 23, 2018

After merging with #20 and downloading the prerequisites, both autoconf and the subsequently generated configure script work with the new configure.ac that conditionally checks for mpich when fortran is to be built.

However make fails at building g++ with the following error.

g++: error: gengtype-lex.c: No such file or directory
g++: fatal error: no input files
compilation terminated.

I've been googling and have come up with nothing.


Edit:

  1. Just now i find out about flex, I'm trying again.
  2. Ok so far so good, the thing keeps failing at make but it's not my additions that make it so.
  3. I'm disabling bootstrap to see what happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants