Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

link updates #854

Merged
merged 2 commits into from
Aug 7, 2024
Merged

link updates #854

merged 2 commits into from
Aug 7, 2024

Conversation

spaette
Copy link
Contributor

@spaette spaette commented Aug 6, 2024

a replacement pull for #852 (Closed)

docs/examples/05-job_schedule.jl Outdated Show resolved Hide resolved
docs/examples/05-job_schedule.jl Outdated Show resolved Hide resolved
@giordano giordano merged commit 6ca78e0 into JuliaParallel:master Aug 7, 2024
1 of 2 checks passed
@spaette
Copy link
Contributor Author

spaette commented Aug 7, 2024

@sjalander

This PR in docs/examples/05-job_schedule.jl updated a couple of NTNU webpage addresses and a download address.

The cat command on the 2nd webpage outputs a file which is not identical to that of the extracted .tar.gz download.

from the expanded resolved comments to this pull

the therein rendered src/job_queue.c file's #include lines don't have headers

Rather innocuous, but the download's job_queue.c has trailing whitespace on lines 32, 38 and 73.

Hope I'm not imposing in sending a notice, and if interested on your end you can forward it to the website maintainer.


from the webpage source it looks like html wasn't used on the #include lines

#include <stdio.h>     /* [fs]printf, fopen and fclose defined here */
#include <stdlib.h>    /* exit defined here */
#include <sys/types.h> /* chmod defined here */
#include <sys/stat.h>  /* chmod defined here */
#include <mpi.h>

if the above is implemented this content should be deleted </mpi.h></sys></sys></stdlib.h></stdio.h>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants