Skip to content

issues Search Results · repo:claw-project/claw-compiler language:Java

Filter by

152 results
 (82 ms)

152 results

inclaw-project/claw-compiler (press backspace or delete to remove)

With the new driver PR, the claw configuration was moved inside the JAR files and therefore is not easily editable by user/sysadmin. Before that the configuration files were installed in the install directory ...
  • clementval
  • 1
  • Opened 
    on Jun 11, 2021
  • #621

Before the new driver, one could call clawfc without an output file or an output directory and the resulting transformed file would be output on the stdout. This does not work anymore: Exception in thread ...
bug
driver
  • clementval
  • Opened 
    on Jun 10, 2021
  • #619

CONTRIBUTING.md file has not been updated with the new coding guiltiness applied with the new driver. https://github.com/claw-project/claw-compiler/blob/master/CONTRIBUTING.md#java So it should be updated ...
  • clementval
  • 3
  • Opened 
    on Jun 10, 2021
  • #618

The new script that call the java application is using readlink inside and the option -f is not recognized under macOS. user@host $ ./home/bin/clawfc --help readlink: illegal option -- f usage: readlink ...
bug
driver
  • clementval
  • Opened 
    on Jun 10, 2021
  • #615

There is a hardcoded path for the temporary files that assumed /dev/shm is available. Under macOS and maybe other distro, this path does not exists. https://github.com/claw-project/claw-compiler/blob/d205a32fa6e0eebd79930bd89caf3df7953c28bc/driver/src/clawfc/Utils.java#L59 ...
bug
driver
  • clementval
  • Opened 
    on Jun 10, 2021
  • #614

With the new driver and build the clean target does not clean the build correctly. After running make clean the next make command does build almost nothing because it was not clean correctly. Current ...
build-system
  • clementval
  • Opened 
    on Jun 10, 2021
  • #613

The new driver is making use of a cpp frontend in xcodeml-tools and this does not compile under macOS because it uses posix_fallocate function. xcodeml-tools/F-FrontEnd-cpp/src/io_cache.cpp:145:17: error: ...
bug
build-system
driver
OMNI
  • clementval
  • Opened 
    on Jun 9, 2021
  • #612

The free Travis CI for OSS will end on June 15th. I have put together a simple Github Action to re-create the same workflow for CI. It is still not fully complete but it does the job. I propose to disable ...
Continuous Integration
enhancement
  • clementval
  • 5
  • Opened 
    on Jun 9, 2021
  • #611

When using a 2D array using indice notation for the first dimension and array notation for the second dimension claw expand is not able to expand it correctly. Original code !$ACC PARALLEL DEFAULT(NONE) ...
  • elsagermann
  • Opened 
    on Apr 26, 2021
  • #607

I have a small part of the ham code which is a loop over 2:klev with one variable then depending on 1:(klev-1). I would expect the compiler to change the code to jk jk-1 for the 1:(klev-1) array notation ...
  • elsagermann
  • 2
  • Opened 
    on Apr 15, 2021
  • #605
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub