Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Scigraph demo options

pecan204
Beginner
586 Views
I am working with the scigraph sample and would like to setup project again like sample but cannot figure out how to set same compiler options as in the scigraph sample fortran tab. The AlphaRel option seems to be the issue.

Do I need this setting and if so how do I set it?

The sample contains:
/compile_only /debug:full /include:"AlphaRel/" /nologo /threads /warn:nofileopt /module:"AlphaRel/" /object:"AlphaRel/" /pdbfile:"AlphaRel/DF60.PDB"

Thanks
0 Kudos
3 Replies
Steven_L_Intel1
Employee
586 Views
The "AlphaRel" means that the configuration you're looking at is for Alpha processor systems. It is just a subfolder name.

For the SCIGRAPH library project, it's just a "Fortran Static Library" with one change - under Libraries, check the "Use Multithreaded Library" box.

For your application which uses SCIGRAPH, it must be a QuickWin or Standard Graphics application.

Steve
0 Kudos
pecan204
Beginner
586 Views
I do not see where the selection of Use Multithreaded Library Box is?

In Project setting/libraries there is only
output filename
suppress startup banner
and project options.

Thanks for info.
0 Kudos
Steven_L_Intel1
Employee
586 Views
Project..Settings..Fortran..Libraries. You're looking at the Link settings, I think.

Steve
0 Kudos
Reply