diff --git a/README.md b/README.md index 18c58eb9227701287284e658223eb69fd1cbe68c..6565aed7d9d4924a5c85a0c24ac63ae335c9449b 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,19 @@ cc [flags] source.c CC [flags] source.cpp ``` +Note: if you are using the Intel Programming Environment, and +if you are compiling C code, you might see error messages containing: + +``` +error: identifier "_Float128" is undefined +``` + +A workaround is to add a compiler flag: + +``` +cc -D_Float128=__float128 source.c +``` + # Running MPI programs on Beskow First it is necessary to book a node for interactive use: