Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/libfgz/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ifeq ($(COMPILER),pgf)
#capable of 64b targets so that either 32b or 64b targets can be compiled.
#Thus, use the compiler in .../linux86-x64/... and not /linux86/
#PGPATH = /raid3/software/pgi/9.0.4/linux86-64/9.0-4/bin
PGPATH = /nfs/soft/pgi/current/linux86-64/12.10/bin
PGPATH ?= /nfs/soft/pgi/current/linux86-64/12.10/bin
#/nfs/soft/pgi/v12_10/linux86-64/12.10/bin/pgf95
#PGPATH = /mnt/nasapps/production/PGI/19.5/linux86-64-llvm/19.5/bin
FC = $(PGPATH)/pgf95
Expand Down