OSX El Captan - This platform not authorized by license

Hello!

According to the release not, version 16.3 should work on OSX El Captan.
After downloading version 16.3, setting up
$ export LM_LICENSE_FILE=/opt/pgi/license.dat
starting the daemon
$ lmgrd start
Here is what I get when trying to compile the example acc_c1

$ make
pgcc -fast -Minfo -acc -o acc_c1.out acc_c1.c
pgcc: LICENSE MANAGER PROBLEM: This platform not authorized by license.
Feature: pgcc
Platforms: osx-acc <> unidev, v16.1, nv, lin-acc
License path: /opt/pgi/license.dat:
FLEXnet Licensing error:-89,310
For further information, refer to the FLEXnet Licensing documentation,
available at “www.flexerasoftware.com”.
make: *** [build] Error 2

The line “Platforms” does not seem to reflect OSX or something related.

It refers to 16.1 while my licence is supposed to be for 16.3. I have removed version 16.1 since it would not work on El Captan. I checked that the version of the pgcc compiler was indeed 16.3

$ pgcc -V

pgcc 16.3-0 64-bit target on Apple OS/X -tp haswell
The Portland Group - PGI Compilers and Tools
Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.

What am I doing wrong?

I’ve asked to destroy my license file so that a new one could be created

Thanks a lot!

16.3 does work on El Capitan. What does not work is a Unidev
license on MACs. Unidev licenses are strictly for Linux.

There is a Free-PGI-OSX product out there if you look at
http://www.pgroup.com/products/freepgi/, but that version does not
support GPU/Accelerator programming, like the Unidev licenses do on Linux.

dave