Known issues: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Below we provide an '''incomplete''' list of known issues. Please mind the description to see whether the issue has been fixed. | Below we provide an '''incomplete''' list of known issues. Please mind the description to see whether the issue has been fixed. | ||
Color legend: | |||
<span style="background:#EAAEB2">Open</span> | |||
<span style="background:#ACE9E5">Resolved</span> | |||
<span style="background:#9AB7FE">Planned</span> | |||
<span style="background:#CBCBCB">Obsolete</span> | |||
{| class="sortable wikitable" | |||
|- | |||
! Date !! style="text-align:center;"| Version first noticed !! Version fixed !! Description | |||
|- | |||
| 2022-02-04 ||style = "background:#EAAEB2"| 6.3.0 ||style = "background:#9AB7FE"| 6.3.1 || | |||
'''Incompatibility with Fujitsu compiler''': Fujitsu's Fortran compiler does not support overloaded internal subroutines. A simple workaround is to compile without [[:Category:Machine Learning|machine learning capabilities]]. Comment out the macro definition of <code>ML_AVAILABLE</code> in line 626 of <code>src/symbol.inc</code> by adding a <code>!</code> in front, i.e. it should look like this: <code>!#define ML_AVAILABLE</code>. Then do a complete rebuild of VASP: run <code>make veryclean</code> followed by your desired build command. | |||
|} | |||
---- | ---- |
Revision as of 12:27, 7 February 2022
Below we provide an incomplete list of known issues. Please mind the description to see whether the issue has been fixed.
Color legend: Open Resolved Planned Obsolete
Date | Version first noticed | Version fixed | Description |
---|---|---|---|
2022-02-04 | 6.3.0 | 6.3.1 |
Incompatibility with Fujitsu compiler: Fujitsu's Fortran compiler does not support overloaded internal subroutines. A simple workaround is to compile without machine learning capabilities. Comment out the macro definition of |