huibintema:spam:faq
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| huibintema:spam:faq [2021/02/03 14:30] – huibintema | huibintema:spam:faq [2021/03/15 12:52] (current) – [Problems running SPAM on new Intel CPUs, possibly after Linux update] huibintema | ||
|---|---|---|---|
| Line 206: | Line 206: | ||
| A: Updates of the Linux operating system in 2017 has triggered floating point problems when running AIPS tasks on a new line of Intel Xeon E5-xxx CPUs. This is likely caused by an outdated Intel compiler used to build the AIPS binary install. A GNU compiled version of AIPS 31DEC13 fixes the problem and is available [[https:// | A: Updates of the Linux operating system in 2017 has triggered floating point problems when running AIPS tasks on a new line of Intel Xeon E5-xxx CPUs. This is likely caused by an outdated Intel compiler used to build the AIPS binary install. A GNU compiled version of AIPS 31DEC13 fixes the problem and is available [[https:// | ||
| + | |||
| + | ----- | ||
| + | |||
| + | ==== SPAM fails in running any AIPS tasks ==== | ||
| + | |||
| + | Q: Why do all AIPS task calls from SPAM fail without generating any AIPS text output? | ||
| + | |||
| + | A: Your output may look something like this: | ||
| + | <code python> | ||
| + | *** calling AIPSTask FITLD | ||
| + | *** calling AIPSTask FITLD (RETRY 1) | ||
| + | *** calling AIPSTask FITLD (RETRY 2) | ||
| + | *** calling AIPSTask FITLD (RETRY 3, FINAL) | ||
| + | Traceback (most recent call last): | ||
| + | ... | ||
| + | raise RuntimeError, | ||
| + | RuntimeError: | ||
| + | ... | ||
| + | </ | ||
| + | |||
| + | This is likely because the path to the AIPS binary tasks is not set properly within SPAM. When you type the following in SPAM: | ||
| + | <code python> | ||
| + | os.getenv( ' | ||
| + | </ | ||
| + | the second entry in the PATH (between colons ':' | ||
| + | ''< | ||
| + | If it reads | ||
| + | ''< | ||
| + | then it probably means that your computername is not listed in the HOSTS.LIST in < | ||
| ----- | ----- | ||
huibintema/spam/faq.txt · Last modified: by huibintema
